Skip to content

Console Output

Started by timer
Building remotely on build1-debian9-lxc (linux_amd64_debian9) in workspace /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo
[ttcn3-nitb-sysinfo] $ /bin/sh -xe /tmp/jenkins6170301808652122720.sh
+ env
JENKINS_HOME=/usr/local/jenkins
MAIL=/var/mail/osmocom-build
SSH_CLIENT=192.168.122.1 56262 22
USER=osmocom-build
RUN_CHANGES_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/111/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/111/
HUDSON_COOKIE=ea0e2928-e646-453c-9afc-94fe6b1af1c0
JENKINS_SERVER_COOKIE=8cd9590adb8bfe87
WORKSPACE=/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo
LOGNAME=osmocom-build
NODE_NAME=build1-debian9-lxc
_=/usr/bin/java
EXECUTOR_NUMBER=3
XDG_SESSION_ID=1005
BUILD_DISPLAY_NAME=#111
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=111
XDG_RUNTIME_DIR=/run/user/1000
BUILD_TAG=jenkins-ttcn3-nitb-sysinfo-111
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=111
PARALLEL_MAKE=-j 3
SHELL=/bin/bash
RUN_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/111/display/redirect
HUDSON_SERVER_COOKIE=8cd9590adb8bfe87
JOB_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/display/redirect
JOB_NAME=ttcn3-nitb-sysinfo
PWD=/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo
SSH_CONNECTION=192.168.122.1 56262 192.168.122.224 22
MAKE=make
+ OLDPWD=/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo
+ DIR=/home/osmocom-build/jenkins/docker-playground
+ cd /home/osmocom-build/jenkins/docker-playground
+ git fetch
+ git checkout -f -B master origin/master
Reset branch 'master'
Branch master set up to track remote branch master from origin.
Your branch is up-to-date with 'origin/master'.
+ cd /home/osmocom-build/jenkins/docker-playground/osmo-nitb-master
+ make
docker build -t docker.io/osmocom-build/osmo-nitb-master:latest .
Sending build context to Docker daemon  12.29kB

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

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

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

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

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

 ---> Using cache
 ---> f3a3f7d75107
Step 5/8 : RUN cd osmo-ttcn3-hacks/sysinfo && 	git pull && 	./gen_links.sh && 	./regen_makefile.sh && 	make compile && 	make -j8
 ---> Using cache
 ---> 8752330f8587
Step 6/8 : VOLUME /data
 ---> Using cache
 ---> 0a7c85dc8e30
Step 7/8 : COPY Test.cfg /data/Test.cfg
 ---> Using cache
 ---> 7232bb4c2031
Step 8/8 : CMD cd /data && 	/osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/sysinfo/Test && 	ttcn3_logmerge Test*.log
 ---> Using cache
 ---> 763d76010e64
Successfully built 763d76010e64
Successfully tagged osmocom-build/ttcn3-nitb-sysinfo:latest
+ cd /home/osmocom-build/jenkins/docker-playground/ttcn3-nitb-sysinfo
+ sh -x ./jenkins.sh
+ [ x = x ]
+ REPO_USER=osmocom-build
+ [ x/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo = x ]
+ docker volume rm nitb-vol
nitb-vol
+ docker run --rm --sysctl net.ipv6.conf.all.disable_ipv6=0 --network sigtran --ip 172.18.0.20 -v nitb-vol:/data --name nitb -d osmocom-build/osmo-nitb-master
70e927083ed6cf6ae2ee78a2855cda2229426e820c3ab671ce4f8d5d83df2a1a
+ 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
6ebd2a5812ccb6126b8af5e945172d020fe90fc8a8d3ce4a7fbe166a73cc096a
+ 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@c326f8ab5fb2: Unix server socket created successfully.
MC@c326f8ab5fb2: Listening on TCP port 34043.
MC2> c326f8ab5fb2 is the default
spawn /osmo-ttcn3-hacks/sysinfo/Test c326f8ab5fb2 34043
TTCN-3 Host Controller (parallel mode), version CRL 113 200/6 R1A
MC@c326f8ab5fb2: New HC connected from c326f8ab5fb2 [172.18.0.230]. c326f8ab5fb2: Linux 4.7.0-0.bpo.1-amd64 on x86_64.
cmtc
MC@c326f8ab5fb2: Downloading configuration file to all HCs.
construct junitlogger
Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML
HC@c326f8ab5fb2: TTCN-3 Host Controller started on c326f8ab5fb2. Version: CRL 113 200/6 R1A.
HC@c326f8ab5fb2: 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@c326f8ab5fb2: Maximum number of open file descriptors: 1048576,   FD_SETSIZE = 1024
HC@c326f8ab5fb2: The address of MC was set to c326f8ab5fb2[172.18.0.230]:0.
HC@c326f8ab5fb2: The local IP address of the control connection to MC is 172.18.0.230.
HC@c326f8ab5fb2: Connected to MC.
HC@c326f8ab5fb2: This host supports UNIX domain sockets for local communication.
HC@c326f8ab5fb2: Processing configuration data received from MC.
HC@c326f8ab5fb2: Initializing module GSMTAP_PortType.
HC@c326f8ab5fb2: Initializing module GSMTAP_Types.
HC@c326f8ab5fb2: Initializing module Osmocom_Types.
HC@c326f8ab5fb2: Initialization of module Osmocom_Types finished.
HC@c326f8ab5fb2: Initialization of module GSMTAP_Types finished.
HC@c326f8ab5fb2: Initializing module IPL4asp_PortType.
HC@c326f8ab5fb2: Initializing module IPL4asp_Types.
HC@c326f8ab5fb2: Initializing module Socket_API_Definitions.
HC@c326f8ab5fb2: Initialization of module Socket_API_Definitions finished.
HC@c326f8ab5fb2: Initialization of module IPL4asp_Types finished.
HC@c326f8ab5fb2: Initialization of module IPL4asp_PortType finished.
HC@c326f8ab5fb2: Initialization of module GSMTAP_PortType finished.
HC@c326f8ab5fb2: Initializing module GSM_RR_Types.
HC@c326f8ab5fb2: Initializing module RLCMAC_CSN1_Types.
HC@c326f8ab5fb2: Initializing module GSM_Types.
HC@c326f8ab5fb2: Initializing module General_Types.
HC@c326f8ab5fb2: Initialization of module General_Types finished.
HC@c326f8ab5fb2: Initialization of module GSM_Types finished.
HC@c326f8ab5fb2: Initialization of module RLCMAC_CSN1_Types finished.
HC@c326f8ab5fb2: Initialization of module GSM_RR_Types finished.
HC@c326f8ab5fb2: Initializing module GSM_SystemInformation.
HC@c326f8ab5fb2: Initialization of module GSM_SystemInformation finished.
HC@c326f8ab5fb2: Initializing module IPL4_GSMTAP_CtrlFunct.
HC@c326f8ab5fb2: Initialization of module IPL4_GSMTAP_CtrlFunct finished.
HC@c326f8ab5fb2: Initializing module IPL4asp_Functions.
HC@c326f8ab5fb2: Initializing module TCCInterface_Functions.
HC@c326f8ab5fb2: Initializing module TCCConversion_Functions.
HC@c326f8ab5fb2: Initialization of module TCCConversion_Functions finished.
HC@c326f8ab5fb2: Initialization of module TCCInterface_Functions finished.
HC@c326f8ab5fb2: Initialization of module IPL4asp_Functions finished.
HC@c326f8ab5fb2: Initializing module Osmocom_VTY_Functions.
HC@c326f8ab5fb2: Initializing module TELNETasp_PortType.
HC@c326f8ab5fb2: Initialization of module TELNETasp_PortType finished.
HC@c326f8ab5fb2: Initialization of module Osmocom_VTY_Functions finished.
HC@c326f8ab5fb2: Initializing module PreGenRecordOf.
HC@c326f8ab5fb2: Initialization of module PreGenRecordOf finished.
HC@c326f8ab5fb2: Initializing module Test.
HC@c326f8ab5fb2: Initialization of module Test finished.
HC@c326f8ab5fb2: Initializing module TitanLoggerApi.
HC@c326f8ab5fb2: Initialization of module TitanLoggerApi finished.
HC@c326f8ab5fb2: Initializing module TitanLoggerControl.
HC@c326f8ab5fb2: Initialization of module TitanLoggerControl finished.
MC@c326f8ab5fb2: Configuration file was processed on all HCs.
HC@c326f8ab5fb2: Configuration data was processed successfully.
MC@c326f8ab5fb2: Creating MTC on host c326f8ab5fb2.
HC@c326f8ab5fb2: MTC was created. Process id: 19.
MC@c326f8ab5fb2: MTC is created.
MC2> smtc
Executing all items of [EXECUTE] section.
MC2> MTC@c326f8ab5fb2: Executing test case TC_si1 in module Test.
MTC@c326f8ab5fb2: Test case TC_si1 started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si1.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB38000000000000000000000000000E504002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFE50400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B000062F22404D2490301275D40E50400392B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F22404D25D40E504002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: setverdict(pass): none -> pass
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_si1.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: pass
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_si1 finished. Verdict: pass
MC@c326f8ab5fb2: Test execution finished.
MTC@c326f8ab5fb2: Executing test case TC_telnet in module Test.
MTC@c326f8ab5fb2: Test case TC_telnet started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_telnet.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was mapped to system:GSMTAP.
MTC@c326f8ab5fb2: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@c326f8ab5fb2: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@c326f8ab5fb2: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was mapped to system:BSCVTY.
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000043BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000043BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17342, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17342, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000043F10100000059061A00000000000000000000000000000000FF9D0400'O } id 2
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000043F10100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17393, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17393, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 2
MTC@c326f8ab5fb2: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "enable"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044240100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 3
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000044240100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17444, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17444, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 3
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044570100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 4
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000044570100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17495, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17495, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 4
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "show network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000448A010000005506198FB380000000000000000000000000009D04002B'O } id 5
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000448A010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17546, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17546, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 5
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044BD0100000059061A00000000000000000000000000000000FF9D0400'O } id 6
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000044BD0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17597, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17597, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044F00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 7
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000044F00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17648, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17648, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 7
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n             CCCH+SDCCH4:   0% (0/4)\n                   TCH/H:   0% (0/12)\n  Last RF Command: \n  Last RF Lock Command: " id 2
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 3
MTC@c326f8ab5fb2: Matching on port BSCVTY "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n             CCCH+SDCCH4:   0% (0/4)\n                   TCH/H:   0% (0/12)\n  Last RF Command: \n  Last RF Lock Command: " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n             CCCH+SDCCH4:   0% (0/4)\n                   TCH/H:   0% (0/12)\n  Last RF Command: \n  Last RF Lock Command: " with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n             CCCH+SDCCH4:   0% (0/4)\n                   TCH/H:   0% (0/12)\n  Last RF Command: \n  Last RF Lock Command: " with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n             CCCH+SDCCH4:   0% (0/4)\n                   TCH/H:   0% (0/12)\n  Last RF Command: \n  Last RF Lock Command: " with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n             CCCH+SDCCH4:   0% (0/4)\n                   TCH/H:   0% (0/12)\n  Last RF Command: \n  Last RF Lock Command: " with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n             CCCH+SDCCH4:   0% (0/4)\n                   TCH/H:   0% (0/12)\n  Last RF Command: \n  Last RF Lock Command: " id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045230100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 8
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000045230100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17699, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17699, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 8
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004556010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 9
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004556010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17750, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17750, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 9
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 4
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045890100000059061A00000000000000000000000000000000FF9D0400'O } id 10
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000045890100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17801, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17801, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 10
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045BC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 11
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000045BC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17852, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17852, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 11
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 5
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 7
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: setverdict(pass): none -> pass
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was unmapped from system:GSMTAP.
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was unmapped from system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_telnet.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: pass
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_telnet finished. Verdict: pass
MC@c326f8ab5fb2: Test execution finished.
MTC@c326f8ab5fb2: Executing test case TC_si_default in module Test.
MTC@c326f8ab5fb2: Test case TC_si_default started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_default.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was mapped to system:GSMTAP.
MTC@c326f8ab5fb2: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@c326f8ab5fb2: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@c326f8ab5fb2: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was mapped to system:BSCVTY.
MTC@c326f8ab5fb2: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "enable"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Port GSMTAP was cleared.
MTC@c326f8ab5fb2: Start timer T: 8 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045EF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 1
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000045EF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17903, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17903, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 1
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17903, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004622010000005506198FB380000000000000000000000000009D04002B'O } id 2
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004622010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17954, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17954, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17954, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046550100000059061A00000000000000000000000000000000FF9D0400'O } id 3
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000046550100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18005, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18005, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18005, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046880100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 4
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000046880100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18056, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18056, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 4
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18056, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046BB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 5
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000046BB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18107, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18107, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18107, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000046EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18158, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18158, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18158, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047210100000059061A00000000000000000000000000000000FF9D0400'O } id 7
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000047210100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18209, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18209, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18209, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047540100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 8
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000047540100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18260, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18260, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18260, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047870100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 9
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000047870100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18311, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18311, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 9
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18311, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047BA010000005506198FB380000000000000000000000000009D04002B'O } id 10
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000047BA010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18362, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18362, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 10
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18362, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047ED0100000059061A00000000000000000000000000000000FF9D0400'O } id 11
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000047ED0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18413, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18413, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 11
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18413, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048200100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 12
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000048200100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18464, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18464, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 12
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18464, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 12
MTC@c326f8ab5fb2: Message with id 12 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048530100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 13
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000048530100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18515, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18515, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 13
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18515, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 13
MTC@c326f8ab5fb2: Message with id 13 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004886010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 14
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004886010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18566, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18566, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 14
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18566, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 14
MTC@c326f8ab5fb2: Message with id 14 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048B90100000059061A00000000000000000000000000000000FF9D0400'O } id 15
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000048B90100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18617, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18617, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 15
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18617, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 15
MTC@c326f8ab5fb2: Message with id 15 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048EC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 16
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000048EC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18668, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18668, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 16
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18668, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 16
MTC@c326f8ab5fb2: Message with id 16 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000491F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 17
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000491F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18719, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18719, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 17
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18719, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 17
MTC@c326f8ab5fb2: Message with id 17 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004952010000005506198FB380000000000000000000000000009D04002B'O } id 18
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004952010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18770, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18770, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 18
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18770, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 18
MTC@c326f8ab5fb2: Message with id 18 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000049850100000059061A00000000000000000000000000000000FF9D0400'O } id 19
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000049850100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18821, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18821, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 19
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18821, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 19
MTC@c326f8ab5fb2: Message with id 19 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000049B80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 20
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000049B80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18872, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18872, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 20
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18872, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 20
MTC@c326f8ab5fb2: Message with id 20 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000049EB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 21
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000049EB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18923, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18923, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18923, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21
MTC@c326f8ab5fb2: Message with id 21 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004A1E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 22
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004A1E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18974, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18974, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 22
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18974, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 22
MTC@c326f8ab5fb2: Message with id 22 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004A510100000059061A00000000000000000000000000000000FF9D0400'O } id 23
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004A510100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19025, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19025, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 23
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19025, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 23
MTC@c326f8ab5fb2: Message with id 23 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004A840100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 24
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004A840100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19076, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19076, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 24
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19076, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 24
MTC@c326f8ab5fb2: Message with id 24 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004AB70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 25
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004AB70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19127, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19127, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19127, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25
MTC@c326f8ab5fb2: Message with id 25 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004AEA010000005506198FB380000000000000000000000000009D04002B'O } id 26
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004AEA010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19178, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19178, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 26
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19178, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 26
MTC@c326f8ab5fb2: Message with id 26 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004B1D0100000059061A00000000000000000000000000000000FF9D0400'O } id 27
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004B1D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19229, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19229, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19229, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27
MTC@c326f8ab5fb2: Message with id 27 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004B500100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 28
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004B500100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19280, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19280, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 28
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19280, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 28
MTC@c326f8ab5fb2: Message with id 28 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004B830100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 29
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004B830100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19331, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19331, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19331, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29
MTC@c326f8ab5fb2: Message with id 29 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004BB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 30
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004BB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19382, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19382, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 30
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19382, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 30
MTC@c326f8ab5fb2: Message with id 30 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004BE90100000059061A00000000000000000000000000000000FF9D0400'O } id 31
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004BE90100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19433, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19433, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 31
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19433, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 31
MTC@c326f8ab5fb2: Message with id 31 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C1C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 32
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004C1C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19484, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19484, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 32
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19484, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 32
MTC@c326f8ab5fb2: Message with id 32 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C4F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 33
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004C4F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19535, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19535, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19535, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33
MTC@c326f8ab5fb2: Message with id 33 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C82010000005506198FB380000000000000000000000000009D04002B'O } id 34
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004C82010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19586, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19586, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 34
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19586, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 34
MTC@c326f8ab5fb2: Message with id 34 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Timeout T: 8 s
MTC@c326f8ab5fb2: "TC_si_default": TC=0 has #of SI=5
MTC@c326f8ab5fb2: "TC_si_default": TC=1 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_default": TC=2 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_default": TC=3 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_default": TC=4 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_default": TC=5 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_default": TC=6 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_default": TC=7 has #of SI=5
MTC@c326f8ab5fb2: setverdict(pass): none -> pass
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was unmapped from system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was unmapped from system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_si_default.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: pass
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_si_default finished. Verdict: pass
MC@c326f8ab5fb2: Test execution finished.
MTC@c326f8ab5fb2: Executing test case TC_si_sched_2bis in module Test.
MTC@c326f8ab5fb2: Test case TC_si_sched_2bis started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2bis.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was mapped to system:GSMTAP.
MTC@c326f8ab5fb2: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@c326f8ab5fb2: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@c326f8ab5fb2: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was mapped to system:BSCVTY.
MTC@c326f8ab5fb2: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "enable"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2bis mode static"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 11
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12
MTC@c326f8ab5fb2: Message with id 12 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13
MTC@c326f8ab5fb2: Message with id 13 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 14
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14
MTC@c326f8ab5fb2: Message with id 14 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15
MTC@c326f8ab5fb2: Message with id 15 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 16
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16
MTC@c326f8ab5fb2: Message with id 16 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
MTC@c326f8ab5fb2: Message with id 17 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 18
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 18
MTC@c326f8ab5fb2: Message with id 18 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
MTC@c326f8ab5fb2: Message with id 19 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 20
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20
MTC@c326f8ab5fb2: Message with id 20 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21
MTC@c326f8ab5fb2: Message with id 21 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22
MTC@c326f8ab5fb2: Message with id 22 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 23
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23
MTC@c326f8ab5fb2: Message with id 23 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24
MTC@c326f8ab5fb2: Message with id 24 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 25
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25
MTC@c326f8ab5fb2: Message with id 25 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
MTC@c326f8ab5fb2: Message with id 26 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27
MTC@c326f8ab5fb2: Message with id 27 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
MTC@c326f8ab5fb2: Message with id 28 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 29
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29
MTC@c326f8ab5fb2: Message with id 29 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30
MTC@c326f8ab5fb2: Message with id 30 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31
MTC@c326f8ab5fb2: Message with id 31 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 32
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32
MTC@c326f8ab5fb2: Message with id 32 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33
MTC@c326f8ab5fb2: Message with id 33 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 34
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34
MTC@c326f8ab5fb2: Message with id 34 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
MTC@c326f8ab5fb2: Message with id 35 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message with id 36 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
MTC@c326f8ab5fb2: Message with id 37 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 38
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38
MTC@c326f8ab5fb2: Message with id 38 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
MTC@c326f8ab5fb2: Message with id 39 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "write terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message with id 40 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
MTC@c326f8ab5fb2: Message with id 41 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42
MTC@c326f8ab5fb2: Message with id 42 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004CB50100000059061A00000000000000000000000000000000FF9D0400'O } id 1
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004CB50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19637, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19637, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004CE80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 2
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004CE80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19688, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19688, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 2
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D1B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 3
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004D1B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19739, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19739, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 3
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D4E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 4
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004D4E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19790, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19790, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 4
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was cleared.
MTC@c326f8ab5fb2: Start timer T: 8 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D8101000000550602BFE809B3FF00000000000000000000007900002B'O } id 5
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004D8101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19841, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19841, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 5
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19841, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004DB40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 6
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004DB40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19892, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19892, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 6
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19892, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004DE70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 7
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004DE70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19943, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19943, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19943, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E1A010000005506198FB380000000000000000000000000009D04002B'O } id 8
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004E1A010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19994, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19994, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 8
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19994, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E4D0100000059061A00000000000000000000000000000000FF9D0400'O } id 9
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004E4D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20045, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20045, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20045, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E800100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 10
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004E800100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20096, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20096, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 10
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20096, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004EB30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 11
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004EB30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20147, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20147, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 11
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20147, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004EE6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 12
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004EE6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20198, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20198, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 12
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20198, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 12
MTC@c326f8ab5fb2: Message with id 12 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F1901000000550602BFE809B3FF00000000000000000000007900002B'O } id 13
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004F1901000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20249, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20249, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 13
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20249, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 13
MTC@c326f8ab5fb2: Message with id 13 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F4C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 14
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004F4C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20300, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20300, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 14
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20300, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 14
MTC@c326f8ab5fb2: Message with id 14 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F7F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 15
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004F7F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20351, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20351, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 15
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20351, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 15
MTC@c326f8ab5fb2: Message with id 15 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004FB2010000005506198FB380000000000000000000000000009D04002B'O } id 16
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004FB2010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20402, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20402, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 16
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20402, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 16
MTC@c326f8ab5fb2: Message with id 16 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004FE50100000059061A00000000000000000000000000000000FF9D0400'O } id 17
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004FE50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20453, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20453, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20453, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17
MTC@c326f8ab5fb2: Message with id 17 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050180100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 18
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000050180100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20504, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20504, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 18
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20504, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 18
MTC@c326f8ab5fb2: Message with id 18 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000504B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 19
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000504B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20555, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20555, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 19
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20555, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 19
MTC@c326f8ab5fb2: Message with id 19 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000507E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 20
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000507E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20606, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20606, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 20
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20606, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 20
MTC@c326f8ab5fb2: Message with id 20 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050B101000000550602BFE809B3FF00000000000000000000007900002B'O } id 21
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000050B101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20657, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20657, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 21
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20657, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 21
MTC@c326f8ab5fb2: Message with id 21 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050E40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 22
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000050E40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20708, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20708, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 22
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20708, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 22
MTC@c326f8ab5fb2: Message with id 22 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051170100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 23
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000051170100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20759, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20759, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 23
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20759, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 23
MTC@c326f8ab5fb2: Message with id 23 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000514A010000005506198FB380000000000000000000000000009D04002B'O } id 24
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000514A010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20810, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20810, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 24
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20810, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 24
MTC@c326f8ab5fb2: Message with id 24 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000517D0100000059061A00000000000000000000000000000000FF9D0400'O } id 25
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000517D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20861, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20861, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20861, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25
MTC@c326f8ab5fb2: Message with id 25 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051B00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 26
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000051B00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20912, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20912, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 26
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20912, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 26
MTC@c326f8ab5fb2: Message with id 26 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051E30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 27
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000051E30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20963, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20963, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 27
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20963, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 27
MTC@c326f8ab5fb2: Message with id 27 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005216010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 28
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005216010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21014, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21014, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 28
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21014, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 28
MTC@c326f8ab5fb2: Message with id 28 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000524901000000550602BFE809B3FF00000000000000000000007900002B'O } id 29
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000524901000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21065, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21065, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 29
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21065, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 29
MTC@c326f8ab5fb2: Message with id 29 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000527C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 30
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000527C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21116, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21116, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 30
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21116, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 30
MTC@c326f8ab5fb2: Message with id 30 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000052AF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 31
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000052AF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21167, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21167, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 31
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21167, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 31
MTC@c326f8ab5fb2: Message with id 31 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000052E2010000005506198FB380000000000000000000000000009D04002B'O } id 32
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000052E2010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21218, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21218, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 32
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21218, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 32
MTC@c326f8ab5fb2: Message with id 32 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053150100000059061A00000000000000000000000000000000FF9D0400'O } id 33
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000053150100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21269, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21269, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21269, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33
MTC@c326f8ab5fb2: Message with id 33 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053480100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 34
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000053480100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21320, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21320, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 34
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21320, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 34
MTC@c326f8ab5fb2: Message with id 34 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000537B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 35
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000537B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21371, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21371, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 35
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21371, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 35
MTC@c326f8ab5fb2: Message with id 35 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 36
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000053AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21422, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21422, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 36
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21422, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 36
MTC@c326f8ab5fb2: Message with id 36 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053E101000000550602BFE809B3FF00000000000000000000007900002B'O } id 37
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000053E101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21473, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21473, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 37
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21473, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 37
MTC@c326f8ab5fb2: Message with id 37 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054140100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 38
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000054140100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21524, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21524, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 38
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21524, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 38
MTC@c326f8ab5fb2: Message with id 38 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Timeout T: 8 s
MTC@c326f8ab5fb2: "TC_si_sched_2bis": TC=0 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_2bis": TC=1 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_2bis": TC=2 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_2bis": TC=3 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_2bis": TC=4 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_2bis": TC=5 has #of SI=5
MTC@c326f8ab5fb2: "TC_si_sched_2bis": TC=6 has #of SI=5
MTC@c326f8ab5fb2: "TC_si_sched_2bis": TC=7 has #of SI=4
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43
MTC@c326f8ab5fb2: Message with id 43 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 44
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44
MTC@c326f8ab5fb2: Message with id 44 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45
MTC@c326f8ab5fb2: Message with id 45 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 46
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46
MTC@c326f8ab5fb2: Message with id 46 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
MTC@c326f8ab5fb2: Message with id 47 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48
MTC@c326f8ab5fb2: Message with id 48 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
MTC@c326f8ab5fb2: Message with id 49 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 50
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50
MTC@c326f8ab5fb2: Message with id 50 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51
MTC@c326f8ab5fb2: Message with id 51 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52
MTC@c326f8ab5fb2: Message with id 52 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 53
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53
MTC@c326f8ab5fb2: Message with id 53 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54
MTC@c326f8ab5fb2: Message with id 54 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 55
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55
MTC@c326f8ab5fb2: Message with id 55 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
MTC@c326f8ab5fb2: Message with id 56 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57
MTC@c326f8ab5fb2: Message with id 57 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
MTC@c326f8ab5fb2: Message with id 58 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 59
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59
MTC@c326f8ab5fb2: Message with id 59 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60
MTC@c326f8ab5fb2: Message with id 60 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61
MTC@c326f8ab5fb2: Message with id 61 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 62
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62
MTC@c326f8ab5fb2: Message with id 62 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63
MTC@c326f8ab5fb2: Message with id 63 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 64
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64
MTC@c326f8ab5fb2: Message with id 64 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
MTC@c326f8ab5fb2: Message with id 65 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66
MTC@c326f8ab5fb2: Message with id 66 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
MTC@c326f8ab5fb2: Message with id 67 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 68
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68
MTC@c326f8ab5fb2: Message with id 68 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69
MTC@c326f8ab5fb2: Message with id 69 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70
MTC@c326f8ab5fb2: Message with id 70 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 71
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71
MTC@c326f8ab5fb2: Message with id 71 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72
MTC@c326f8ab5fb2: Message with id 72 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 73
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73
MTC@c326f8ab5fb2: Message with id 73 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
MTC@c326f8ab5fb2: Message with id 74 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message with id 75 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
MTC@c326f8ab5fb2: Message with id 76 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 77
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77
MTC@c326f8ab5fb2: Message with id 77 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
MTC@c326f8ab5fb2: Message with id 78 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "write terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message with id 79 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
MTC@c326f8ab5fb2: Message with id 80 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81
MTC@c326f8ab5fb2: Message with id 81 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 39
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000054470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21575, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21575, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 39
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000547A010000005506198FB380000000000000000000000000009D04002B'O } id 40
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000547A010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21626, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21626, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 40
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 41
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000054AD0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21677, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21677, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 41
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054E00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000054E00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21728, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21728, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: setverdict(pass): none -> pass
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was unmapped from system:GSMTAP.
MTC@c326f8ab5fb2: Message with id 39 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 40 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 41 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 42 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was unmapped from system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2bis.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: pass
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_si_sched_2bis finished. Verdict: pass
MC@c326f8ab5fb2: Test execution finished.
MTC@c326f8ab5fb2: Executing test case TC_si_sched_2ter in module Test.
MTC@c326f8ab5fb2: Test case TC_si_sched_2ter started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was mapped to system:GSMTAP.
MTC@c326f8ab5fb2: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@c326f8ab5fb2: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@c326f8ab5fb2: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was mapped to system:BSCVTY.
MTC@c326f8ab5fb2: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "enable"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 12
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12
MTC@c326f8ab5fb2: Message with id 12 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13
MTC@c326f8ab5fb2: Message with id 13 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 14
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14
MTC@c326f8ab5fb2: Message with id 14 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15
MTC@c326f8ab5fb2: Message with id 15 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2ter mode static"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 16
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 16
MTC@c326f8ab5fb2: Message with id 16 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
MTC@c326f8ab5fb2: Message with id 17 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18
MTC@c326f8ab5fb2: Message with id 18 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
MTC@c326f8ab5fb2: Message with id 19 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 20
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20
MTC@c326f8ab5fb2: Message with id 20 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21
MTC@c326f8ab5fb2: Message with id 21 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22
MTC@c326f8ab5fb2: Message with id 22 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 23
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23
MTC@c326f8ab5fb2: Message with id 23 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24
MTC@c326f8ab5fb2: Message with id 24 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 25
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25
MTC@c326f8ab5fb2: Message with id 25 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
MTC@c326f8ab5fb2: Message with id 26 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27
MTC@c326f8ab5fb2: Message with id 27 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
MTC@c326f8ab5fb2: Message with id 28 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 29
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29
MTC@c326f8ab5fb2: Message with id 29 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30
MTC@c326f8ab5fb2: Message with id 30 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31
MTC@c326f8ab5fb2: Message with id 31 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 32
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32
MTC@c326f8ab5fb2: Message with id 32 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33
MTC@c326f8ab5fb2: Message with id 33 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 34
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34
MTC@c326f8ab5fb2: Message with id 34 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
MTC@c326f8ab5fb2: Message with id 35 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message with id 36 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
MTC@c326f8ab5fb2: Message with id 37 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 38
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38
MTC@c326f8ab5fb2: Message with id 38 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
MTC@c326f8ab5fb2: Message with id 39 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "write terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message with id 40 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
MTC@c326f8ab5fb2: Message with id 41 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42
MTC@c326f8ab5fb2: Message with id 42 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055130100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000055130100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21779, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21779, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005546010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005546010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21830, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21830, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000557901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 3
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000557901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21881, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21881, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 3
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055AC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 4
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000055AC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21932, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21932, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 4
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was cleared.
MTC@c326f8ab5fb2: Start timer T: 8 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055DF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000055DF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21983, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21983, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21983, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005612010000005506198FB380000000000000000000000000009D04002B'O } id 6
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005612010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22034, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22034, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22034, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056450100000059061A00000000000000000000000000000000FF9D0400'O } id 7
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000056450100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22085, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22085, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22085, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056780100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 8
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000056780100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22136, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22136, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 8
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22136, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056AB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 9
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000056AB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22187, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22187, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 9
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22187, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 10
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000056DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22238, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22238, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 10
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22238, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000571101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 11
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000571101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22289, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22289, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 11
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22289, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057440100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 12
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057440100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22340, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22340, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 12
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22340, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 12
MTC@c326f8ab5fb2: Message with id 12 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057770100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 13
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057770100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22391, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22391, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 13
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22391, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 13
MTC@c326f8ab5fb2: Message with id 13 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057AA010000005506198FB380000000000000000000000000009D04002B'O } id 14
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057AA010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22442, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22442, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 14
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22442, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 14
MTC@c326f8ab5fb2: Message with id 14 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057DD0100000059061A00000000000000000000000000000000FF9D0400'O } id 15
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057DD0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22493, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22493, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 15
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22493, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 15
MTC@c326f8ab5fb2: Message with id 15 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058100100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 16
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000058100100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22544, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22544, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 16
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22544, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 16
MTC@c326f8ab5fb2: Message with id 16 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058430100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 17
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000058430100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22595, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22595, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 17
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22595, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 17
MTC@c326f8ab5fb2: Message with id 17 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005876010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 18
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005876010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22646, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22646, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 18
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22646, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 18
MTC@c326f8ab5fb2: Message with id 18 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058A901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 19
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000058A901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 19
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 19
MTC@c326f8ab5fb2: Message with id 19 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058DC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 20
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000058DC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22748, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22748, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 20
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22748, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 20
MTC@c326f8ab5fb2: Message with id 20 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000590F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 21
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000590F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22799, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22799, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 21
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22799, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 21
MTC@c326f8ab5fb2: Message with id 21 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005942010000005506198FB380000000000000000000000000009D04002B'O } id 22
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005942010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22850, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22850, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 22
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22850, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 22
MTC@c326f8ab5fb2: Message with id 22 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059750100000059061A00000000000000000000000000000000FF9D0400'O } id 23
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000059750100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22901, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22901, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 23
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22901, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 23
MTC@c326f8ab5fb2: Message with id 23 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059A80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 24
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000059A80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22952, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22952, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 24
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22952, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 24
MTC@c326f8ab5fb2: Message with id 24 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059DB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 25
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000059DB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23003, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23003, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 25
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23003, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 25
MTC@c326f8ab5fb2: Message with id 25 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 26
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005A0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23054, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23054, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 26
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23054, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 26
MTC@c326f8ab5fb2: Message with id 26 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A4101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 27
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005A4101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 27
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 27
MTC@c326f8ab5fb2: Message with id 27 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A740100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 28
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005A740100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23156, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23156, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 28
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23156, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 28
MTC@c326f8ab5fb2: Message with id 28 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005AA70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 29
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005AA70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23207, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23207, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 29
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23207, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 29
MTC@c326f8ab5fb2: Message with id 29 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005ADA010000005506198FB380000000000000000000000000009D04002B'O } id 30
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005ADA010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23258, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23258, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 30
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23258, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 30
MTC@c326f8ab5fb2: Message with id 30 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B0D0100000059061A00000000000000000000000000000000FF9D0400'O } id 31
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005B0D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23309, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23309, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 31
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23309, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 31
MTC@c326f8ab5fb2: Message with id 31 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B400100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 32
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005B400100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23360, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23360, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 32
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23360, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 32
MTC@c326f8ab5fb2: Message with id 32 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B730100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 33
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005B730100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23411, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23411, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 33
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23411, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 33
MTC@c326f8ab5fb2: Message with id 33 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005BA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 34
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005BA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23462, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23462, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 34
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23462, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 34
MTC@c326f8ab5fb2: Message with id 34 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005BD901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 35
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005BD901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23513, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23513, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 35
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23513, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 35
MTC@c326f8ab5fb2: Message with id 35 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C0C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 36
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005C0C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23564, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23564, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 36
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23564, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 36
MTC@c326f8ab5fb2: Message with id 36 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C3F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 37
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005C3F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23615, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23615, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 37
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23615, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 37
MTC@c326f8ab5fb2: Message with id 37 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C72010000005506198FB380000000000000000000000000009D04002B'O } id 38
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005C72010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23666, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23666, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 38
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23666, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 38
MTC@c326f8ab5fb2: Message with id 38 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Timeout T: 8 s
MTC@c326f8ab5fb2: "TC_si_sched_2ter": TC=0 has #of SI=5
MTC@c326f8ab5fb2: "TC_si_sched_2ter": TC=1 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_2ter": TC=2 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_2ter": TC=3 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_2ter": TC=4 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_2ter": TC=5 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_2ter": TC=6 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_2ter": TC=7 has #of SI=5
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43
MTC@c326f8ab5fb2: Message with id 43 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 44
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44
MTC@c326f8ab5fb2: Message with id 44 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45
MTC@c326f8ab5fb2: Message with id 45 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 46
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46
MTC@c326f8ab5fb2: Message with id 46 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
MTC@c326f8ab5fb2: Message with id 47 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48
MTC@c326f8ab5fb2: Message with id 48 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
MTC@c326f8ab5fb2: Message with id 49 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 50
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50
MTC@c326f8ab5fb2: Message with id 50 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51
MTC@c326f8ab5fb2: Message with id 51 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52
MTC@c326f8ab5fb2: Message with id 52 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 53
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53
MTC@c326f8ab5fb2: Message with id 53 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54
MTC@c326f8ab5fb2: Message with id 54 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 55
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55
MTC@c326f8ab5fb2: Message with id 55 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
MTC@c326f8ab5fb2: Message with id 56 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57
MTC@c326f8ab5fb2: Message with id 57 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
MTC@c326f8ab5fb2: Message with id 58 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 59
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59
MTC@c326f8ab5fb2: Message with id 59 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60
MTC@c326f8ab5fb2: Message with id 60 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61
MTC@c326f8ab5fb2: Message with id 61 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 62
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62
MTC@c326f8ab5fb2: Message with id 62 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63
MTC@c326f8ab5fb2: Message with id 63 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 64
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64
MTC@c326f8ab5fb2: Message with id 64 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
MTC@c326f8ab5fb2: Message with id 65 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66
MTC@c326f8ab5fb2: Message with id 66 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
MTC@c326f8ab5fb2: Message with id 67 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 68
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68
MTC@c326f8ab5fb2: Message with id 68 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69
MTC@c326f8ab5fb2: Message with id 69 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70
MTC@c326f8ab5fb2: Message with id 70 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 71
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71
MTC@c326f8ab5fb2: Message with id 71 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72
MTC@c326f8ab5fb2: Message with id 72 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 73
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73
MTC@c326f8ab5fb2: Message with id 73 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
MTC@c326f8ab5fb2: Message with id 74 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message with id 75 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
MTC@c326f8ab5fb2: Message with id 76 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 77
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77
MTC@c326f8ab5fb2: Message with id 77 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
MTC@c326f8ab5fb2: Message with id 78 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "write terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message with id 79 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
MTC@c326f8ab5fb2: Message with id 80 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005CA50100000059061A00000000000000000000000000000000FF9D0400'O } id 39
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005CA50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23717, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23717, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 39
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81
MTC@c326f8ab5fb2: Message with id 81 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005CD80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 40
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005CD80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23768, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23768, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 40
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D0B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 41
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005D0B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23819, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23819, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 41
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D3E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 42
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005D3E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23870, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23870, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 42
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D710100000059061A00000000000000000000000000000000FF9D0400'O } id 43
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005D710100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23921, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23921, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 43
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: setverdict(pass): none -> pass
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was unmapped from system:GSMTAP.
MTC@c326f8ab5fb2: Message with id 39 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 40 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 41 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 42 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 43 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was unmapped from system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: pass
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_si_sched_2ter finished. Verdict: pass
MC@c326f8ab5fb2: Test execution finished.
MTC@c326f8ab5fb2: Executing test case TC_si_sched_2ter_2bis in module Test.
MTC@c326f8ab5fb2: Test case TC_si_sched_2ter_2bis started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter_2bis.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was mapped to system:GSMTAP.
MTC@c326f8ab5fb2: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@c326f8ab5fb2: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@c326f8ab5fb2: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was mapped to system:BSCVTY.
MTC@c326f8ab5fb2: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "enable"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2bis mode static"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 11
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12
MTC@c326f8ab5fb2: Message with id 12 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13
MTC@c326f8ab5fb2: Message with id 13 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 14
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14
MTC@c326f8ab5fb2: Message with id 14 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15
MTC@c326f8ab5fb2: Message with id 15 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 16
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16
MTC@c326f8ab5fb2: Message with id 16 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
MTC@c326f8ab5fb2: Message with id 17 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2ter mode static"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18
MTC@c326f8ab5fb2: Message with id 18 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
MTC@c326f8ab5fb2: Message with id 19 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
MTC@c326f8ab5fb2: Message with id 20 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21
MTC@c326f8ab5fb2: Message with id 21 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 22
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22
MTC@c326f8ab5fb2: Message with id 22 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23
MTC@c326f8ab5fb2: Message with id 23 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24
MTC@c326f8ab5fb2: Message with id 24 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 25
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25
MTC@c326f8ab5fb2: Message with id 25 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26
MTC@c326f8ab5fb2: Message with id 26 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 27
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27
MTC@c326f8ab5fb2: Message with id 27 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
MTC@c326f8ab5fb2: Message with id 28 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 29
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 29
MTC@c326f8ab5fb2: Message with id 29 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30
MTC@c326f8ab5fb2: Message with id 30 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 31
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31
MTC@c326f8ab5fb2: Message with id 31 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32
MTC@c326f8ab5fb2: Message with id 32 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33
MTC@c326f8ab5fb2: Message with id 33 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 34
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34
MTC@c326f8ab5fb2: Message with id 34 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35
MTC@c326f8ab5fb2: Message with id 35 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 36
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36
MTC@c326f8ab5fb2: Message with id 36 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
MTC@c326f8ab5fb2: Message with id 37 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 38
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message with id 38 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39
MTC@c326f8ab5fb2: Message with id 39 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 40
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40
MTC@c326f8ab5fb2: Message with id 40 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
MTC@c326f8ab5fb2: Message with id 41 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "write terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message with id 42 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43
MTC@c326f8ab5fb2: Message with id 43 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44
MTC@c326f8ab5fb2: Message with id 44 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005DA40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 1
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005DA40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23972, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23972, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 1
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005DD70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005DD70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24023, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24023, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E0A010000005506198FB380000000000000000000000000009D04002B'O } id 3
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005E0A010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24074, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24074, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 3
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E3D0100000059061A00000000000000000000000000000000FF9D0400'O } id 4
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005E3D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24125, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24125, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 4
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was cleared.
MTC@c326f8ab5fb2: Start timer T: 8 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E700100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 5
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005E700100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24176, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24176, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 5
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24176, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005EA30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 6
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005EA30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24227, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24227, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24227, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005ED6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 7
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005ED6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24278, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24278, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 7
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24278, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F0901000000550602BFE809B3FF00000000000000000000007900002B'O } id 8
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005F0901000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24329, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24329, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 8
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24329, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F3C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 9
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005F3C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24380, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24380, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 9
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24380, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F6F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 10
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005F6F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24431, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24431, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24431, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005FA2010000005506198FB380000000000000000000000000009D04002B'O } id 11
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005FA2010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24482, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24482, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 11
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24482, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005FD50100000059061A00000000000000000000000000000000FF9D0400'O } id 12
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005FD50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24533, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24533, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 12
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24533, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 12
MTC@c326f8ab5fb2: Message with id 12 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060080100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 13
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000060080100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24584, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24584, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 13
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24584, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 13
MTC@c326f8ab5fb2: Message with id 13 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000603B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 14
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000603B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24635, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24635, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 14
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24635, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 14
MTC@c326f8ab5fb2: Message with id 14 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000606E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 15
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000606E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24686, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24686, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 15
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24686, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 15
MTC@c326f8ab5fb2: Message with id 15 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060A101000000550602BFE809B3FF00000000000000000000007900002B'O } id 16
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000060A101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24737, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24737, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 16
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24737, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 16
MTC@c326f8ab5fb2: Message with id 16 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060D40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 17
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000060D40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24788, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24788, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 17
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24788, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 17
MTC@c326f8ab5fb2: Message with id 17 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061070100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 18
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000061070100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24839, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24839, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 18
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24839, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 18
MTC@c326f8ab5fb2: Message with id 18 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000613A010000005506198FB380000000000000000000000000009D04002B'O } id 19
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000613A010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24890, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24890, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 19
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24890, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 19
MTC@c326f8ab5fb2: Message with id 19 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000616D0100000059061A00000000000000000000000000000000FF9D0400'O } id 20
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000616D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24941, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24941, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 20
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24941, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 20
MTC@c326f8ab5fb2: Message with id 20 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061A00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 21
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000061A00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24992, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24992, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 21
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24992, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 21
MTC@c326f8ab5fb2: Message with id 21 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061D30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 22
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000061D30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25043, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25043, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25043, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22
MTC@c326f8ab5fb2: Message with id 22 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006206010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 23
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006206010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25094, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25094, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 23
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25094, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 23
MTC@c326f8ab5fb2: Message with id 23 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000623901000000550602BFE809B3FF00000000000000000000007900002B'O } id 24
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000623901000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25145, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25145, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 24
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25145, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 24
MTC@c326f8ab5fb2: Message with id 24 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000626C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 25
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000626C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25196, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25196, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 25
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25196, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 25
MTC@c326f8ab5fb2: Message with id 25 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000629F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 26
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000629F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25247, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25247, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25247, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26
MTC@c326f8ab5fb2: Message with id 26 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000062D2010000005506198FB380000000000000000000000000009D04002B'O } id 27
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000062D2010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25298, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25298, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 27
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25298, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 27
MTC@c326f8ab5fb2: Message with id 27 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063050100000059061A00000000000000000000000000000000FF9D0400'O } id 28
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000063050100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25349, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25349, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 28
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25349, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 28
MTC@c326f8ab5fb2: Message with id 28 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063380100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 29
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000063380100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25400, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25400, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 29
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25400, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 29
MTC@c326f8ab5fb2: Message with id 29 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000636B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 30
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000636B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25451, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25451, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25451, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30
MTC@c326f8ab5fb2: Message with id 30 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000639E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 31
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000639E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25502, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25502, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 31
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25502, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 31
MTC@c326f8ab5fb2: Message with id 31 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063D101000000550602BFE809B3FF00000000000000000000007900002B'O } id 32
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000063D101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25553, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25553, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 32
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25553, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 32
MTC@c326f8ab5fb2: Message with id 32 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064040100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 33
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000064040100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25604, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25604, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 33
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25604, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 33
MTC@c326f8ab5fb2: Message with id 33 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064370100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 34
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000064370100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25655, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25655, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25655, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34
MTC@c326f8ab5fb2: Message with id 34 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000646A010000005506198FB380000000000000000000000000009D04002B'O } id 35
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000646A010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25706, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25706, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 35
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25706, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 35
MTC@c326f8ab5fb2: Message with id 35 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000649D0100000059061A00000000000000000000000000000000FF9D0400'O } id 36
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000649D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25757, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25757, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 36
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25757, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 36
MTC@c326f8ab5fb2: Message with id 36 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064D00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 37
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000064D00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25808, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25808, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 37
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25808, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 37
MTC@c326f8ab5fb2: Message with id 37 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065030100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 38
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000065030100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25859, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25859, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25859, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38
MTC@c326f8ab5fb2: Message with id 38 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Timeout T: 8 s
MTC@c326f8ab5fb2: "TC_si_sched_2ter_2bis": TC=0 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_2ter_2bis": TC=1 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_2ter_2bis": TC=2 has #of SI=5
MTC@c326f8ab5fb2: "TC_si_sched_2ter_2bis": TC=3 has #of SI=5
MTC@c326f8ab5fb2: "TC_si_sched_2ter_2bis": TC=4 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_2ter_2bis": TC=5 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_2ter_2bis": TC=6 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_2ter_2bis": TC=7 has #of SI=4
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45
MTC@c326f8ab5fb2: Message with id 45 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 46
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46
MTC@c326f8ab5fb2: Message with id 46 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47
MTC@c326f8ab5fb2: Message with id 47 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 48
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48
MTC@c326f8ab5fb2: Message with id 48 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
MTC@c326f8ab5fb2: Message with id 49 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50
MTC@c326f8ab5fb2: Message with id 50 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51
MTC@c326f8ab5fb2: Message with id 51 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 52
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52
MTC@c326f8ab5fb2: Message with id 52 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53
MTC@c326f8ab5fb2: Message with id 53 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54
MTC@c326f8ab5fb2: Message with id 54 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 55
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55
MTC@c326f8ab5fb2: Message with id 55 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56
MTC@c326f8ab5fb2: Message with id 56 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 57
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57
MTC@c326f8ab5fb2: Message with id 57 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
MTC@c326f8ab5fb2: Message with id 58 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59
MTC@c326f8ab5fb2: Message with id 59 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60
MTC@c326f8ab5fb2: Message with id 60 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 61
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61
MTC@c326f8ab5fb2: Message with id 61 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62
MTC@c326f8ab5fb2: Message with id 62 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63
MTC@c326f8ab5fb2: Message with id 63 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 64
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64
MTC@c326f8ab5fb2: Message with id 64 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65
MTC@c326f8ab5fb2: Message with id 65 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 66
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66
MTC@c326f8ab5fb2: Message with id 66 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
MTC@c326f8ab5fb2: Message with id 67 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68
MTC@c326f8ab5fb2: Message with id 68 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69
MTC@c326f8ab5fb2: Message with id 69 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 70
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70
MTC@c326f8ab5fb2: Message with id 70 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71
MTC@c326f8ab5fb2: Message with id 71 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72
MTC@c326f8ab5fb2: Message with id 72 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 73
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73
MTC@c326f8ab5fb2: Message with id 73 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74
MTC@c326f8ab5fb2: Message with id 74 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 75
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75
MTC@c326f8ab5fb2: Message with id 75 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
MTC@c326f8ab5fb2: Message with id 76 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 77
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message with id 77 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78
MTC@c326f8ab5fb2: Message with id 78 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 79
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79
MTC@c326f8ab5fb2: Message with id 79 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
MTC@c326f8ab5fb2: Message with id 80 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "write terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message with id 81 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82
MTC@c326f8ab5fb2: Message with id 82 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83
MTC@c326f8ab5fb2: Message with id 83 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006536010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 39
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006536010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25910, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25910, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 39
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065690100000059061A00000000000000000000000000000000FF9D0400'O } id 40
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000065690100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25961, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25961, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 40
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000659C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 41
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000659C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26012, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26012, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 41
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065CF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 42
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000065CF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26063, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26063, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 42
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: setverdict(pass): none -> pass
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was unmapped from system:GSMTAP.
MTC@c326f8ab5fb2: Message with id 39 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 40 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 41 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 42 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was unmapped from system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter_2bis.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: pass
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_si_sched_2ter_2bis finished. Verdict: pass
MC@c326f8ab5fb2: Test execution finished.
MTC@c326f8ab5fb2: Executing test case TC_si_sched_2quater in module Test.
MTC@c326f8ab5fb2: Test case TC_si_sched_2quater started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2quater.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was mapped to system:GSMTAP.
MTC@c326f8ab5fb2: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@c326f8ab5fb2: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@c326f8ab5fb2: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was mapped to system:BSCVTY.
MTC@c326f8ab5fb2: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "enable"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 12
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12
MTC@c326f8ab5fb2: Message with id 12 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13
MTC@c326f8ab5fb2: Message with id 13 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 14
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14
MTC@c326f8ab5fb2: Message with id 14 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15
MTC@c326f8ab5fb2: Message with id 15 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16
MTC@c326f8ab5fb2: Message with id 16 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
MTC@c326f8ab5fb2: Message with id 17 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 18
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18
MTC@c326f8ab5fb2: Message with id 18 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19
MTC@c326f8ab5fb2: Message with id 19 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20
MTC@c326f8ab5fb2: Message with id 20 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 21
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21
MTC@c326f8ab5fb2: Message with id 21 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22
MTC@c326f8ab5fb2: Message with id 22 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 23
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23
MTC@c326f8ab5fb2: Message with id 23 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24
MTC@c326f8ab5fb2: Message with id 24 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 25
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 25
MTC@c326f8ab5fb2: Message with id 25 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
MTC@c326f8ab5fb2: Message with id 26 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 27
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27
MTC@c326f8ab5fb2: Message with id 27 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28
MTC@c326f8ab5fb2: Message with id 28 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29
MTC@c326f8ab5fb2: Message with id 29 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 30
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30
MTC@c326f8ab5fb2: Message with id 30 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31
MTC@c326f8ab5fb2: Message with id 31 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 32
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32
MTC@c326f8ab5fb2: Message with id 32 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33
MTC@c326f8ab5fb2: Message with id 33 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " si2quater neighbor-list add uarfcn 23 42 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34
MTC@c326f8ab5fb2: Message with id 34 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
MTC@c326f8ab5fb2: Message with id 35 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 36
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36
MTC@c326f8ab5fb2: Message with id 36 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37
MTC@c326f8ab5fb2: Message with id 37 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "write terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message with id 38 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
MTC@c326f8ab5fb2: Message with id 39 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40
MTC@c326f8ab5fb2: Message with id 40 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006602010000005506198FB380000000000000000000000000009D04002B'O } id 1
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006602010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26114, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26114, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 1
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066350100000059061A00000000000000000000000000000000FF9D0400'O } id 2
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000066350100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26165, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26165, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 2
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066680100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O } id 3
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000066680100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26216, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26216, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } } id 3
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000669B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000669B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26267, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26267, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066CE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000066CE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26318, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26318, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41
MTC@c326f8ab5fb2: Message with id 41 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 42
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42
MTC@c326f8ab5fb2: Message with id 42 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43
MTC@c326f8ab5fb2: Message with id 43 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 44
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44
MTC@c326f8ab5fb2: Message with id 44 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45
MTC@c326f8ab5fb2: Message with id 45 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46
MTC@c326f8ab5fb2: Message with id 46 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
MTC@c326f8ab5fb2: Message with id 47 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 48
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48
MTC@c326f8ab5fb2: Message with id 48 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49
MTC@c326f8ab5fb2: Message with id 49 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50
MTC@c326f8ab5fb2: Message with id 50 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 51
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51
MTC@c326f8ab5fb2: Message with id 51 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52
MTC@c326f8ab5fb2: Message with id 52 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 53
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53
MTC@c326f8ab5fb2: Message with id 53 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54
MTC@c326f8ab5fb2: Message with id 54 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55
MTC@c326f8ab5fb2: Message with id 55 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
MTC@c326f8ab5fb2: Message with id 56 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 57
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57
MTC@c326f8ab5fb2: Message with id 57 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58
MTC@c326f8ab5fb2: Message with id 58 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59
MTC@c326f8ab5fb2: Message with id 59 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 60
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60
MTC@c326f8ab5fb2: Message with id 60 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61
MTC@c326f8ab5fb2: Message with id 61 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 62
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62
MTC@c326f8ab5fb2: Message with id 62 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63
MTC@c326f8ab5fb2: Message with id 63 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64
MTC@c326f8ab5fb2: Message with id 64 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
MTC@c326f8ab5fb2: Message with id 65 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 66
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66
MTC@c326f8ab5fb2: Message with id 66 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67
MTC@c326f8ab5fb2: Message with id 67 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68
MTC@c326f8ab5fb2: Message with id 68 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 69
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69
MTC@c326f8ab5fb2: Message with id 69 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70
MTC@c326f8ab5fb2: Message with id 70 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 71
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71
MTC@c326f8ab5fb2: Message with id 71 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72
MTC@c326f8ab5fb2: Message with id 72 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 73
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 73
MTC@c326f8ab5fb2: Message with id 73 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
MTC@c326f8ab5fb2: Message with id 74 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 75
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75
MTC@c326f8ab5fb2: Message with id 75 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76
MTC@c326f8ab5fb2: Message with id 76 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "write terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message with id 77 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
MTC@c326f8ab5fb2: Message with id 78 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79
MTC@c326f8ab5fb2: Message with id 79 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067010100000059061A00000000000000000000000000000000FF9D0400'O } id 6
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000067010100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26369, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26369, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067340100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 7
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000067340100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26420, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26420, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067670100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000067670100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26471, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26471, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000679A010000005506198FB380000000000000000000000000009D04002B'O } id 9
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000679A010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26522, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26522, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 9
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: setverdict(pass): none -> pass
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was unmapped from system:GSMTAP.
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was unmapped from system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2quater.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: pass
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_si_sched_2quater finished. Verdict: pass
MC@c326f8ab5fb2: Test execution finished.
MTC@c326f8ab5fb2: Executing test case TC_si_sched_13 in module Test.
MTC@c326f8ab5fb2: Test case TC_si_sched_13 started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was mapped to system:GSMTAP.
MTC@c326f8ab5fb2: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@c326f8ab5fb2: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@c326f8ab5fb2: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was mapped to system:BSCVTY.
MTC@c326f8ab5fb2: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "enable"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 12
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12
MTC@c326f8ab5fb2: Message with id 12 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13
MTC@c326f8ab5fb2: Message with id 13 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 14
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14
MTC@c326f8ab5fb2: Message with id 14 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15
MTC@c326f8ab5fb2: Message with id 15 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16
MTC@c326f8ab5fb2: Message with id 16 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
MTC@c326f8ab5fb2: Message with id 17 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 18
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18
MTC@c326f8ab5fb2: Message with id 18 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19
MTC@c326f8ab5fb2: Message with id 19 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20
MTC@c326f8ab5fb2: Message with id 20 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 21
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21
MTC@c326f8ab5fb2: Message with id 21 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22
MTC@c326f8ab5fb2: Message with id 22 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 23
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23
MTC@c326f8ab5fb2: Message with id 23 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24
MTC@c326f8ab5fb2: Message with id 24 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "gprs mode gprs"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 25
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode gprs" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode gprs" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " gprs mode gprs" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 25
MTC@c326f8ab5fb2: Message with id 25 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
MTC@c326f8ab5fb2: Message with id 26 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 27
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27
MTC@c326f8ab5fb2: Message with id 27 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28
MTC@c326f8ab5fb2: Message with id 28 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29
MTC@c326f8ab5fb2: Message with id 29 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 30
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30
MTC@c326f8ab5fb2: Message with id 30 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31
MTC@c326f8ab5fb2: Message with id 31 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 32
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32
MTC@c326f8ab5fb2: Message with id 32 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33
MTC@c326f8ab5fb2: Message with id 33 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 34
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message with id 34 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
MTC@c326f8ab5fb2: Message with id 35 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 36
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36
MTC@c326f8ab5fb2: Message with id 36 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37
MTC@c326f8ab5fb2: Message with id 37 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "write terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message with id 38 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
MTC@c326f8ab5fb2: Message with id 39 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40
MTC@c326f8ab5fb2: Message with id 40 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067CD0100000059061A00000000000000000000000000000000FF9D0400'O } id 1
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000067CD0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26573, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26573, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068000100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 2
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068000100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26624, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26624, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 2
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068330100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 3
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068330100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26675, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26675, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006866010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 4
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006866010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26726, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26726, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 4
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was cleared.
MTC@c326f8ab5fb2: Start timer T: 8 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068990100000059061A00000000000000000000000000000000FF9D0400'O } id 5
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068990100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26777, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26777, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26777, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068CC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 6
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068CC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26828, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26828, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26828, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068FF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 7
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068FF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26879, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26879, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26879, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006932010000005506198FB380000000000000000000000000009D04002B'O } id 8
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006932010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26930, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26930, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 8
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26930, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069650100000059061A00000000000000000000000000000000FF9D0400'O } id 9
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069650100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26981, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26981, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26981, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069980100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 10
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069980100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27032, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27032, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27032, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069CB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 11
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069CB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069FE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 12
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069FE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27134, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27134, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 12
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27134, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 12
MTC@c326f8ab5fb2: Message with id 12 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A310100000059061A00000000000000000000000000000000FF9D0400'O } id 13
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006A310100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27185, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27185, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27185, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13
MTC@c326f8ab5fb2: Message with id 13 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A640100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 14
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006A640100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27236, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27236, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27236, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14
MTC@c326f8ab5fb2: Message with id 14 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A970100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 15
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006A970100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27287, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27287, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27287, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15
MTC@c326f8ab5fb2: Message with id 15 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006ACA010000005506198FB380000000000000000000000000009D04002B'O } id 16
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006ACA010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27338, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27338, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 16
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27338, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 16
MTC@c326f8ab5fb2: Message with id 16 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006AFD0100000059061A00000000000000000000000000000000FF9D0400'O } id 17
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006AFD0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27389, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27389, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27389, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17
MTC@c326f8ab5fb2: Message with id 17 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B300100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 18
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006B300100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27440, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27440, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27440, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18
MTC@c326f8ab5fb2: Message with id 18 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B630100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 19
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006B630100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27491, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27491, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27491, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19
MTC@c326f8ab5fb2: Message with id 19 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B96010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 20
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006B96010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27542, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27542, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 20
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27542, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 20
MTC@c326f8ab5fb2: Message with id 20 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BC90100000059061A00000000000000000000000000000000FF9D0400'O } id 21
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006BC90100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21
MTC@c326f8ab5fb2: Message with id 21 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BFC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 22
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006BFC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27644, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27644, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27644, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22
MTC@c326f8ab5fb2: Message with id 22 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C2F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 23
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006C2F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27695, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27695, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27695, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23
MTC@c326f8ab5fb2: Message with id 23 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C62010000005506198FB380000000000000000000000000009D04002B'O } id 24
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006C62010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27746, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27746, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 24
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27746, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 24
MTC@c326f8ab5fb2: Message with id 24 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C950100000059061A00000000000000000000000000000000FF9D0400'O } id 25
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006C950100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27797, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27797, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27797, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25
MTC@c326f8ab5fb2: Message with id 25 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CC80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 26
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006CC80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27848, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27848, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27848, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26
MTC@c326f8ab5fb2: Message with id 26 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CFB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 27
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006CFB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27899, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27899, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27899, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27
MTC@c326f8ab5fb2: Message with id 27 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D2E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 28
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006D2E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27950, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27950, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 28
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27950, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 28
MTC@c326f8ab5fb2: Message with id 28 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D610100000059061A00000000000000000000000000000000FF9D0400'O } id 29
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006D610100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28001, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28001, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28001, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29
MTC@c326f8ab5fb2: Message with id 29 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D940100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 30
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006D940100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28052, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28052, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 30
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28052, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 30
MTC@c326f8ab5fb2: Message with id 30 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DC70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 31
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006DC70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28103, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28103, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28103, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31
MTC@c326f8ab5fb2: Message with id 31 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DFA010000005506198FB380000000000000000000000000009D04002B'O } id 32
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006DFA010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28154, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28154, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 32
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28154, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 32
MTC@c326f8ab5fb2: Message with id 32 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E2D0100000059061A00000000000000000000000000000000FF9D0400'O } id 33
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006E2D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28205, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28205, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28205, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33
MTC@c326f8ab5fb2: Message with id 33 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E600100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 34
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006E600100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28256, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28256, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 34
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28256, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 34
MTC@c326f8ab5fb2: Message with id 34 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E930100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 35
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006E930100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28307, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28307, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 35
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28307, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 35
MTC@c326f8ab5fb2: Message with id 35 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EC6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 36
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006EC6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 36
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 36
MTC@c326f8ab5fb2: Message with id 36 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EF90100000059061A00000000000000000000000000000000FF9D0400'O } id 37
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006EF90100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28409, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28409, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 37
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28409, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 37
MTC@c326f8ab5fb2: Message with id 37 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F2C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 38
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006F2C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28460, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28460, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 38
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28460, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 38
MTC@c326f8ab5fb2: Message with id 38 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Timeout T: 8 s
MTC@c326f8ab5fb2: "TC_si_sched_13": TC=0 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_13": TC=1 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_13": TC=2 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_13": TC=3 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_13": TC=4 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_13": TC=5 has #of SI=5
MTC@c326f8ab5fb2: "TC_si_sched_13": TC=6 has #of SI=5
MTC@c326f8ab5fb2: "TC_si_sched_13": TC=7 has #of SI=4
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41
MTC@c326f8ab5fb2: Message with id 41 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 42
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42
MTC@c326f8ab5fb2: Message with id 42 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43
MTC@c326f8ab5fb2: Message with id 43 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 44
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44
MTC@c326f8ab5fb2: Message with id 44 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45
MTC@c326f8ab5fb2: Message with id 45 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46
MTC@c326f8ab5fb2: Message with id 46 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
MTC@c326f8ab5fb2: Message with id 47 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 48
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48
MTC@c326f8ab5fb2: Message with id 48 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49
MTC@c326f8ab5fb2: Message with id 49 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50
MTC@c326f8ab5fb2: Message with id 50 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 51
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51
MTC@c326f8ab5fb2: Message with id 51 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52
MTC@c326f8ab5fb2: Message with id 52 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 53
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53
MTC@c326f8ab5fb2: Message with id 53 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54
MTC@c326f8ab5fb2: Message with id 54 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55
MTC@c326f8ab5fb2: Message with id 55 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
MTC@c326f8ab5fb2: Message with id 56 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 57
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57
MTC@c326f8ab5fb2: Message with id 57 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58
MTC@c326f8ab5fb2: Message with id 58 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59
MTC@c326f8ab5fb2: Message with id 59 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 60
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60
MTC@c326f8ab5fb2: Message with id 60 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61
MTC@c326f8ab5fb2: Message with id 61 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 62
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62
MTC@c326f8ab5fb2: Message with id 62 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63
MTC@c326f8ab5fb2: Message with id 63 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64
MTC@c326f8ab5fb2: Message with id 64 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
MTC@c326f8ab5fb2: Message with id 65 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 66
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66
MTC@c326f8ab5fb2: Message with id 66 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67
MTC@c326f8ab5fb2: Message with id 67 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68
MTC@c326f8ab5fb2: Message with id 68 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 69
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69
MTC@c326f8ab5fb2: Message with id 69 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70
MTC@c326f8ab5fb2: Message with id 70 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 71
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71
MTC@c326f8ab5fb2: Message with id 71 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72
MTC@c326f8ab5fb2: Message with id 72 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 73
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message with id 73 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
MTC@c326f8ab5fb2: Message with id 74 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 75
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75
MTC@c326f8ab5fb2: Message with id 75 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76
MTC@c326f8ab5fb2: Message with id 76 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "write terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message with id 77 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
MTC@c326f8ab5fb2: Message with id 78 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79
MTC@c326f8ab5fb2: Message with id 79 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F5F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 39
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006F5F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28511, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28511, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 39
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F92010000005506198FB380000000000000000000000000009D04002B'O } id 40
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006F92010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28562, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28562, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 40
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FC50100000059061A00000000000000000000000000000000FF9D0400'O } id 41
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006FC50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28613, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28613, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 41
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FF80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006FF80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28664, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28664, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000702B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 43
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000702B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28715, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28715, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 43
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: setverdict(pass): none -> pass
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was unmapped from system:GSMTAP.
MTC@c326f8ab5fb2: Message with id 39 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 40 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 41 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 42 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 43 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was unmapped from system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: pass
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_si_sched_13 finished. Verdict: pass
MC@c326f8ab5fb2: Test execution finished.
MTC@c326f8ab5fb2: Executing test case TC_si_sched_13_2bis_2ter_2quater in module Test.
MTC@c326f8ab5fb2: Test case TC_si_sched_13_2bis_2ter_2quater started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13_2bis_2ter_2quater.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was mapped to system:GSMTAP.
MTC@c326f8ab5fb2: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@c326f8ab5fb2: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@c326f8ab5fb2: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was mapped to system:BSCVTY.
MTC@c326f8ab5fb2: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "enable"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2bis mode static"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 11
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12
MTC@c326f8ab5fb2: Message with id 12 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13
MTC@c326f8ab5fb2: Message with id 13 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 14
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14
MTC@c326f8ab5fb2: Message with id 14 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15
MTC@c326f8ab5fb2: Message with id 15 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 16
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16
MTC@c326f8ab5fb2: Message with id 16 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
MTC@c326f8ab5fb2: Message with id 17 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2ter mode static"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18
MTC@c326f8ab5fb2: Message with id 18 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
MTC@c326f8ab5fb2: Message with id 19 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
MTC@c326f8ab5fb2: Message with id 20 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21
MTC@c326f8ab5fb2: Message with id 21 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 22
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22
MTC@c326f8ab5fb2: Message with id 22 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23
MTC@c326f8ab5fb2: Message with id 23 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24
MTC@c326f8ab5fb2: Message with id 24 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 25
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25
MTC@c326f8ab5fb2: Message with id 25 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26
MTC@c326f8ab5fb2: Message with id 26 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 27
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27
MTC@c326f8ab5fb2: Message with id 27 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
MTC@c326f8ab5fb2: Message with id 28 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "gprs mode gprs"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 29
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode gprs" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode gprs" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " gprs mode gprs" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 29
MTC@c326f8ab5fb2: Message with id 29 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30
MTC@c326f8ab5fb2: Message with id 30 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 31
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31
MTC@c326f8ab5fb2: Message with id 31 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32
MTC@c326f8ab5fb2: Message with id 32 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33
MTC@c326f8ab5fb2: Message with id 33 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 34
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34
MTC@c326f8ab5fb2: Message with id 34 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35
MTC@c326f8ab5fb2: Message with id 35 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 36
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36
MTC@c326f8ab5fb2: Message with id 36 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
MTC@c326f8ab5fb2: Message with id 37 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " si2quater neighbor-list add uarfcn 23 42 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38
MTC@c326f8ab5fb2: Message with id 38 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39
MTC@c326f8ab5fb2: Message with id 39 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 40
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40
MTC@c326f8ab5fb2: Message with id 40 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
MTC@c326f8ab5fb2: Message with id 41 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "write terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message with id 42 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43
MTC@c326f8ab5fb2: Message with id 43 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44
MTC@c326f8ab5fb2: Message with id 44 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000705E01000000590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000705E01000000590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28766, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28766, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000709101000000550602BFE809B3FF00000000000000000000007900002B'O } id 2
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000709101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28817, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28817, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 2
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070C40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 3
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000070C40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28868, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28868, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 3
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070F70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 4
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000070F70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28919, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28919, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 4
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was cleared.
MTC@c326f8ab5fb2: Start timer T: 8 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000712A010000005506198FB380000000000000000000000000009D04002B'O } id 5
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000712A010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28970, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28970, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 5
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28970, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000715D0100000059061A00000000000000000000000000000000FF9D0400'O } id 6
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000715D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29021, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29021, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29021, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071900100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 7
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000071900100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29072, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29072, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 7
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29072, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071C30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 8
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000071C30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29123, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29123, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 8
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29123, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 9
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000071F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29174, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29174, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 9
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29174, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000722901000000550602BFE809B3FF00000000000000000000007900002B'O } id 10
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000722901000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29225, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29225, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 10
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29225, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000725C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 11
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000725C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29276, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29276, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 11
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29276, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000728F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 12
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000728F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29327, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29327, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 12
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29327, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 12
MTC@c326f8ab5fb2: Message with id 12 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072C2010000005506198FB380000000000000000000000000009D04002B'O } id 13
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000072C2010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29378, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29378, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 13
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29378, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 13
MTC@c326f8ab5fb2: Message with id 13 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072F50100000059061A00000000000000000000000000000000FF9D0400'O } id 14
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000072F50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29429, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29429, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 14
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29429, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 14
MTC@c326f8ab5fb2: Message with id 14 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073280100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 15
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000073280100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29480, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29480, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 15
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29480, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 15
MTC@c326f8ab5fb2: Message with id 15 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000735B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 16
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000735B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29531, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29531, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 16
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29531, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 16
MTC@c326f8ab5fb2: Message with id 16 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000738E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 17
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000738E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29582, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29582, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 17
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29582, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 17
MTC@c326f8ab5fb2: Message with id 17 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073C101000000550602BFE809B3FF00000000000000000000007900002B'O } id 18
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000073C101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29633, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29633, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 18
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29633, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 18
MTC@c326f8ab5fb2: Message with id 18 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073F40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 19
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000073F40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29684, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29684, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 19
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29684, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 19
MTC@c326f8ab5fb2: Message with id 19 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074270100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 20
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000074270100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29735, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29735, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 20
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29735, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 20
MTC@c326f8ab5fb2: Message with id 20 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000745A010000005506198FB380000000000000000000000000009D04002B'O } id 21
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000745A010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29786, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29786, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 21
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29786, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 21
MTC@c326f8ab5fb2: Message with id 21 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000748D0100000059061A00000000000000000000000000000000FF9D0400'O } id 22
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000748D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29837, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29837, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 22
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29837, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 22
MTC@c326f8ab5fb2: Message with id 22 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074C00100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 23
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000074C00100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29888, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29888, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 23
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29888, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 23
MTC@c326f8ab5fb2: Message with id 23 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074F30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 24
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000074F30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29939, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29939, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 24
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29939, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 24
MTC@c326f8ab5fb2: Message with id 24 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000752601000000590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 25
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000752601000000590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29990, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29990, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 25
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29990, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 25
MTC@c326f8ab5fb2: Message with id 25 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2quater (7) }, payload := { other := '400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } }
MTC@c326f8ab5fb2: SI received at TC=4: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2quater (7) }, payload := { other := '400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } }
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000755901000000550602BFE809B3FF00000000000000000000007900002B'O } id 26
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000755901000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 26
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 26
MTC@c326f8ab5fb2: Message with id 26 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000758C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 27
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000758C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30092, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30092, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 27
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30092, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 27
MTC@c326f8ab5fb2: Message with id 27 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075BF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 28
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000075BF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30143, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30143, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 28
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30143, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 28
MTC@c326f8ab5fb2: Message with id 28 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075F2010000005506198FB380000000000000000000000000009D04002B'O } id 29
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000075F2010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30194, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30194, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 29
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30194, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 29
MTC@c326f8ab5fb2: Message with id 29 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076250100000059061A00000000000000000000000000000000FF9D0400'O } id 30
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076250100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30245, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30245, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 30
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30245, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 30
MTC@c326f8ab5fb2: Message with id 30 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076580100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 31
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076580100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30296, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30296, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 31
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30296, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 31
MTC@c326f8ab5fb2: Message with id 31 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000768B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 32
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000768B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30347, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30347, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 32
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30347, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 32
MTC@c326f8ab5fb2: Message with id 32 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 33
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30398, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30398, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 33
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30398, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 33
MTC@c326f8ab5fb2: Message with id 33 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076F101000000550602BFE809B3FF00000000000000000000007900002B'O } id 34
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076F101000000550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 34
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 34
MTC@c326f8ab5fb2: Message with id 34 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077240100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 35
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077240100000049061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30500, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30500, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 35
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30500, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 35
MTC@c326f8ab5fb2: Message with id 35 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077570100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 36
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077570100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30551, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30551, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 36
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30551, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 36
MTC@c326f8ab5fb2: Message with id 36 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000778A010000005506198FB380000000000000000000000000009D04002B'O } id 37
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000778A010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30602, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30602, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 37
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30602, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 37
MTC@c326f8ab5fb2: Message with id 37 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077BD0100000059061A00000000000000000000000000000000FF9D0400'O } id 38
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077BD0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30653, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30653, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 38
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30653, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 38
MTC@c326f8ab5fb2: Message with id 38 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Timeout T: 8 s
MTC@c326f8ab5fb2: "TC_si_sched_13_2bis_2ter_2quater": TC=0 has #of SI=5
MTC@c326f8ab5fb2: "TC_si_sched_13_2bis_2ter_2quater": TC=1 has #of SI=5
MTC@c326f8ab5fb2: "TC_si_sched_13_2bis_2ter_2quater": TC=2 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_13_2bis_2ter_2quater": TC=3 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_13_2bis_2ter_2quater": TC=4 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_13_2bis_2ter_2quater": TC=5 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_13_2bis_2ter_2quater": TC=6 has #of SI=4
MTC@c326f8ab5fb2: "TC_si_sched_13_2bis_2ter_2quater": TC=7 has #of SI=4
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45
MTC@c326f8ab5fb2: Message with id 45 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 46
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46
MTC@c326f8ab5fb2: Message with id 46 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47
MTC@c326f8ab5fb2: Message with id 47 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 48
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48
MTC@c326f8ab5fb2: Message with id 48 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
MTC@c326f8ab5fb2: Message with id 49 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50
MTC@c326f8ab5fb2: Message with id 50 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51
MTC@c326f8ab5fb2: Message with id 51 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 52
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52
MTC@c326f8ab5fb2: Message with id 52 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53
MTC@c326f8ab5fb2: Message with id 53 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54
MTC@c326f8ab5fb2: Message with id 54 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 55
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55
MTC@c326f8ab5fb2: Message with id 55 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56
MTC@c326f8ab5fb2: Message with id 56 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 57
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57
MTC@c326f8ab5fb2: Message with id 57 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
MTC@c326f8ab5fb2: Message with id 58 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59
MTC@c326f8ab5fb2: Message with id 59 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60
MTC@c326f8ab5fb2: Message with id 60 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 61
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61
MTC@c326f8ab5fb2: Message with id 61 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62
MTC@c326f8ab5fb2: Message with id 62 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63
MTC@c326f8ab5fb2: Message with id 63 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 64
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64
MTC@c326f8ab5fb2: Message with id 64 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65
MTC@c326f8ab5fb2: Message with id 65 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 66
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66
MTC@c326f8ab5fb2: Message with id 66 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
MTC@c326f8ab5fb2: Message with id 67 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "gprs mode none"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68
MTC@c326f8ab5fb2: Message with id 68 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69
MTC@c326f8ab5fb2: Message with id 69 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 70
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70
MTC@c326f8ab5fb2: Message with id 70 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71
MTC@c326f8ab5fb2: Message with id 71 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72
MTC@c326f8ab5fb2: Message with id 72 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 73
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73
MTC@c326f8ab5fb2: Message with id 73 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74
MTC@c326f8ab5fb2: Message with id 74 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 75
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75
MTC@c326f8ab5fb2: Message with id 75 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
MTC@c326f8ab5fb2: Message with id 76 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 77
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 77
MTC@c326f8ab5fb2: Message with id 77 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78
MTC@c326f8ab5fb2: Message with id 78 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 79
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79
MTC@c326f8ab5fb2: Message with id 79 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
MTC@c326f8ab5fb2: Message with id 80 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "write terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: 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@c326f8ab5fb2: Message with id 81 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82
MTC@c326f8ab5fb2: Message with id 82 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83
MTC@c326f8ab5fb2: Message with id 83 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077F00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 39
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077F00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30704, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30704, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 39
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078230100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000078230100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30755, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30755, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 40
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007856010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 41
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007856010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30806, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30806, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 41
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078890100000059061A00000000000000000000000000000000FF9D0400'O } id 42
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000078890100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30857, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30857, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 42
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: setverdict(pass): none -> pass
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was unmapped from system:GSMTAP.
MTC@c326f8ab5fb2: Message with id 39 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 40 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 41 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 42 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was unmapped from system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13_2bis_2ter_2quater.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: pass
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_si_sched_13_2bis_2ter_2quater finished. Verdict: pass
MC@c326f8ab5fb2: Test execution finished.
MTC@c326f8ab5fb2: Executing test case TC_neci in module Test.
MTC@c326f8ab5fb2: Test case TC_neci started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_neci.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: Random number generator was initialized with seed 60.571009: srand48(1562145978).
MTC@c326f8ab5fb2: Function rnd() returned 0.285892.
MTC@c326f8ab5fb2: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was mapped to system:GSMTAP.
MTC@c326f8ab5fb2: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@c326f8ab5fb2: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@c326f8ab5fb2: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was mapped to system:BSCVTY.
MTC@c326f8ab5fb2: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "enable"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "neci 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " neci 0" id 5
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6
MTC@c326f8ab5fb2: Matching on port BSCVTY " neci 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " neci 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " neci 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " neci 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " neci 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " neci 0" id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 7
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 8
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 9
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078BC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 1
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000078BC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30908, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30908, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 1
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078EF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000078EF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30959, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30959, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007922010000005506198FB380000000000000000000000000009D04002B'O } id 3
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007922010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31010, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31010, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 3
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079550100000059061A00000000000000000000000000000000FF9D0400'O } id 4
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079550100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31061, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31061, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 4
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was cleared.
MTC@c326f8ab5fb2: Start timer T: 10 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079880100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 5
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079880100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31112, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31112, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 5
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31112, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: setverdict(pass): none -> pass
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was unmapped from system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was unmapped from system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_neci.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: pass
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_neci finished. Verdict: pass
MC@c326f8ab5fb2: Test execution finished.
MTC@c326f8ab5fb2: Executing test case TC_cell_resel_hyst in module Test.
MTC@c326f8ab5fb2: Test case TC_cell_resel_hyst started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cell_resel_hyst.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: Function rnd() returned 0.605297.
MTC@c326f8ab5fb2: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was mapped to system:GSMTAP.
MTC@c326f8ab5fb2: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@c326f8ab5fb2: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@c326f8ab5fb2: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was mapped to system:BSCVTY.
MTC@c326f8ab5fb2: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "enable"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "cell reselection hysteresis 8"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " cell reselection hysteresis 8" id 7
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Matching on port BSCVTY " cell reselection hysteresis 8" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " cell reselection hysteresis 8" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " cell reselection hysteresis 8" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " cell reselection hysteresis 8" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " cell reselection hysteresis 8" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell reselection hysteresis 8" id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079BB0100000031061C62F224334F9D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079BB0100000031061C62F224334F9D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31163, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31163, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31214, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31214, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A210100000059061A00000000000000000000000000000000FF9D0400'O } id 3
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007A210100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31265, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31265, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A540100000049061B51E062F224334F110101109D2D9D0400392B2B2B'O } id 4
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007A540100000049061B51E062F224334F110101109D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31316, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101109D2D9D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31316, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101109D2D9D0400392B2B2B'O } } id 4
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was cleared.
MTC@c326f8ab5fb2: Start timer T: 10 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A870100000031061C62F224334F9D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007A870100000031061C62F224334F9D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31367, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D2D9D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31367, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31367, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F9D2D9D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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 := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007ABA010000005506198FB380000000000000000000000000009D04002B'O } id 6
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007ABA010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31418, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31418, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31418, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007AED0100000059061A00000000000000000000000000000000FF9D0400'O } id 7
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007AED0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31469, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31469, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31469, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B200100000049061B51E062F224334F110101109D2D9D0400392B2B2B'O } id 8
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007B200100000049061B51E062F224334F110101109D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31520, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101109D2D9D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31520, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101109D2D9D0400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31520, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101109D2D9D0400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101109D2D9D0400392B2B2B'O
MTC@c326f8ab5fb2: 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 := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@c326f8ab5fb2: setverdict(pass): none -> pass
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was unmapped from system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was unmapped from system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_cell_resel_hyst.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: pass
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_cell_resel_hyst finished. Verdict: pass
MC@c326f8ab5fb2: Test execution finished.
MTC@c326f8ab5fb2: Executing test case TC_rxlev_acc_min in module Test.
MTC@c326f8ab5fb2: Test case TC_rxlev_acc_min started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rxlev_acc_min.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: Function rnd() returned 0.595409.
MTC@c326f8ab5fb2: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was mapped to system:GSMTAP.
MTC@c326f8ab5fb2: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@c326f8ab5fb2: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@c326f8ab5fb2: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was mapped to system:BSCVTY.
MTC@c326f8ab5fb2: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "enable"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "rxlev access min 37"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " rxlev access min 37" id 7
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Matching on port BSCVTY " rxlev access min 37" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " rxlev access min 37" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " rxlev access min 37" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " rxlev access min 37" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " rxlev access min 37" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rxlev access min 37" id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B530100000031061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007B530100000031061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31571, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31571, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007B86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31622, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31622, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BB90100000059061A00000000000000000000000000000000FF9D0400'O } id 3
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007BB90100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31673, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31673, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BEC0100000049061B51E062F224334F110101109D259D0400392B2B2B'O } id 4
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007BEC0100000049061B51E062F224334F110101109D259D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31724, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101109D259D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31724, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101109D259D0400392B2B2B'O } } id 4
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was cleared.
MTC@c326f8ab5fb2: Start timer T: 10 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C1F0100000031061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007C1F0100000031061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31775, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31775, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31775, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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 := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '10'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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C52010000005506198FB380000000000000000000000000009D04002B'O } id 6
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007C52010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31826, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31826, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31826, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C850100000059061A00000000000000000000000000000000FF9D0400'O } id 7
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007C850100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31877, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31877, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31877, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CB80100000049061B51E062F224334F110101109D259D0400392B2B2B'O } id 8
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007CB80100000049061B51E062F224334F110101109D259D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31928, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101109D259D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31928, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101109D259D0400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31928, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101109D259D0400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101109D259D0400392B2B2B'O
MTC@c326f8ab5fb2: 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 := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, 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@c326f8ab5fb2: setverdict(pass): none -> pass
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was unmapped from system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was unmapped from system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_rxlev_acc_min.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: pass
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_rxlev_acc_min finished. Verdict: pass
MC@c326f8ab5fb2: Test execution finished.
MTC@c326f8ab5fb2: Executing test case TC_cellid in module Test.
MTC@c326f8ab5fb2: Test case TC_cellid started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cellid.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: Function rnd() returned 0.136773.
MTC@c326f8ab5fb2: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was mapped to system:GSMTAP.
MTC@c326f8ab5fb2: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@c326f8ab5fb2: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@c326f8ab5fb2: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was mapped to system:BSCVTY.
MTC@c326f8ab5fb2: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "enable"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "cell_identity 8963"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " cell_identity 8963" id 7
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Matching on port BSCVTY " cell_identity 8963" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " cell_identity 8963" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " cell_identity 8963" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " cell_identity 8963" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " cell_identity 8963" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell_identity 8963" id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CEB0100000031061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007CEB0100000031061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31979, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31979, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D1E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007D1E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32030, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32030, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D510100000059061A00000000000000000000000000000000FF9D0400'O } id 3
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007D510100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32081, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32081, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D840100000049061B230362F224334F110101109D259D0400392B2B2B'O } id 4
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007D840100000049061B230362F224334F110101109D259D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32132, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224334F110101109D259D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32132, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224334F110101109D259D0400392B2B2B'O } } id 4
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was cleared.
MTC@c326f8ab5fb2: Start timer T: 10 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DB70100000031061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007DB70100000031061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32183, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32183, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32183, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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 := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '10'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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DEA010000005506198FB380000000000000000000000000009D04002B'O } id 6
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007DEA010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32234, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32234, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32234, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E1D0100000059061A00000000000000000000000000000000FF9D0400'O } id 7
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007E1D0100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32285, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32285, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32285, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E500100000049061B230362F224334F110101109D259D0400392B2B2B'O } id 8
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007E500100000049061B230362F224334F110101109D259D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32336, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224334F110101109D259D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32336, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224334F110101109D259D0400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32336, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224334F110101109D259D0400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B230362F224334F110101109D259D0400392B2B2B'O
MTC@c326f8ab5fb2: 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 := 8963, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, 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@c326f8ab5fb2: setverdict(pass): none -> pass
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was unmapped from system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was unmapped from system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_cellid.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: pass
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_cellid finished. Verdict: pass
MC@c326f8ab5fb2: Test execution finished.
MTC@c326f8ab5fb2: Executing test case TC_lac in module Test.
MTC@c326f8ab5fb2: Test case TC_lac started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_lac.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: Function rnd() returned 0.734489.
MTC@c326f8ab5fb2: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was mapped to system:GSMTAP.
MTC@c326f8ab5fb2: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@c326f8ab5fb2: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@c326f8ab5fb2: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was mapped to system:BSCVTY.
MTC@c326f8ab5fb2: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "enable"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "location_area_code 48134"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " location_area_code 48134" id 7
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Matching on port BSCVTY " location_area_code 48134" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " location_area_code 48134" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " location_area_code 48134" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " location_area_code 48134" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " location_area_code 48134" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " location_area_code 48134" id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E830100000031061C62F224BC069D259D04002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007E830100000031061C62F224BC069D259D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32387, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D259D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32387, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D259D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007EB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32438, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32438, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EE90100000059061A00000000000000000000000000000000FF9D0400'O } id 3
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007EE90100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32489, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32489, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F1C0100000049061B230362F224BC06110101109D259D0400392B2B2B'O } id 4
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007F1C0100000049061B230362F224BC06110101109D259D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32540, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D259D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32540, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D259D0400392B2B2B'O } } id 4
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was cleared.
MTC@c326f8ab5fb2: Start timer T: 10 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F4F0100000031061C62F224BC069D259D04002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007F4F0100000031061C62F224BC069D259D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32591, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D259D04002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32591, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D259D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32591, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D259D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224BC069D259D04002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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 := 48134 }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '10'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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F82010000005506198FB380000000000000000000000000009D04002B'O } id 6
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007F82010000005506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32642, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32642, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32642, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FB50100000059061A00000000000000000000000000000000FF9D0400'O } id 7
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007FB50100000059061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32693, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32693, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32693, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FE80100000049061B230362F224BC06110101109D259D0400392B2B2B'O } id 8
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007FE80100000049061B230362F224BC06110101109D259D0400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32744, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D259D0400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32744, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D259D0400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32744, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D259D0400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B230362F224BC06110101109D259D0400392B2B2B'O
MTC@c326f8ab5fb2: 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 := 8963, lai := { mcc_mnc := '262F42'H, lac := 48134 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, 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@c326f8ab5fb2: setverdict(pass): none -> pass
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was unmapped from system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was unmapped from system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_lac.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: pass
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_lac finished. Verdict: pass
MC@c326f8ab5fb2: Test execution finished.
MTC@c326f8ab5fb2: Executing test case TC_rach_tx_int in module Test.
MTC@c326f8ab5fb2: Test case TC_rach_tx_int started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_tx_int.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: Function rnd() returned 0.160263.
MTC@c326f8ab5fb2: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was mapped to system:GSMTAP.
MTC@c326f8ab5fb2: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@c326f8ab5fb2: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@c326f8ab5fb2: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was mapped to system:BSCVTY.
MTC@c326f8ab5fb2: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "enable"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "rach tx integer 2"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " rach tx integer 2" id 7
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Matching on port BSCVTY " rach tx integer 2" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " rach tx integer 2" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " rach tx integer 2" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " rach tx integer 2" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " rach tx integer 2" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach tx integer 2" id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000801B0100000031061C62F224BC069D258904002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000801B0100000031061C62F224BC069D258904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32795, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D258904002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32795, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D258904002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000804E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000804E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32846, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32846, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080810100000059061A00000000000000000000000000000000FF890400'O } id 3
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000080810100000059061A00000000000000000000000000000000FF890400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32897, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF890400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32897, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF890400'O } } id 3
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080B40100000049061B230362F224BC06110101109D25890400392B2B2B'O } id 4
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000080B40100000049061B230362F224BC06110101109D25890400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32948, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25890400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32948, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25890400392B2B2B'O } } id 4
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was cleared.
MTC@c326f8ab5fb2: Start timer T: 10 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080E70100000031061C62F224BC069D258904002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000080E70100000031061C62F224BC069D258904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32999, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D258904002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32999, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D258904002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32999, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D258904002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224BC069D258904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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 := 48134 }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '10'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000811A010000005506198FB380000000000000000000000000008904002B'O } id 6
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000811A010000005506198FB380000000000000000000000000008904002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33050, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000008904002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33050, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000008904002B'O } } id 6
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33050, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000008904002B'O } } id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000008904002B'O
MTC@c326f8ab5fb2: 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 := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000814D0100000059061A00000000000000000000000000000000FF890400'O } id 7
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000814D0100000059061A00000000000000000000000000000000FF890400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33101, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF890400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33101, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF890400'O } } id 7
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33101, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF890400'O } } id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF890400'O
MTC@c326f8ab5fb2: 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 := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081800100000049061B230362F224BC06110101109D25890400392B2B2B'O } id 8
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000081800100000049061B230362F224BC06110101109D25890400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33152, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25890400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33152, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25890400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33152, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25890400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B230362F224BC06110101109D25890400392B2B2B'O
MTC@c326f8ab5fb2: 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 := 8963, lai := { mcc_mnc := '262F42'H, lac := 48134 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '10'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@c326f8ab5fb2: setverdict(pass): none -> pass
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was unmapped from system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was unmapped from system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_rach_tx_int.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: pass
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_rach_tx_int finished. Verdict: pass
MC@c326f8ab5fb2: Test execution finished.
MTC@c326f8ab5fb2: Executing test case TC_rach_max_tx in module Test.
MTC@c326f8ab5fb2: Test case TC_rach_max_tx started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_max_tx.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: Function rnd() returned 0.368115.
MTC@c326f8ab5fb2: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was mapped to system:GSMTAP.
MTC@c326f8ab5fb2: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@c326f8ab5fb2: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@c326f8ab5fb2: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was mapped to system:BSCVTY.
MTC@c326f8ab5fb2: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "enable"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "rach max transmission 2"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " rach max transmission 2" id 7
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Matching on port BSCVTY " rach max transmission 2" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " rach max transmission 2" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " rach max transmission 2" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " rach max transmission 2" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " rach max transmission 2" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach max transmission 2" id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081B30100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000081B30100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33203, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33203, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081E6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000081E6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33254, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33254, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082190100000059061A00000000000000000000000000000000FF490400'O } id 3
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000082190100000059061A00000000000000000000000000000000FF490400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33305, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33305, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O } } id 3
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000824C0100000049061B230362F224BC06110101109D25490400392B2B2B'O } id 4
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000824C0100000049061B230362F224BC06110101109D25490400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33356, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25490400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33356, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25490400392B2B2B'O } } id 4
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was cleared.
MTC@c326f8ab5fb2: Start timer T: 10 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000827F0100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000827F0100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33407, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33407, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33407, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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 := 48134 }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082B2010000005506198FB380000000000000000000000000004904002B'O } id 6
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000082B2010000005506198FB380000000000000000000000000004904002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33458, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000004904002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33458, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000004904002B'O } } id 6
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33458, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000004904002B'O } } id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000004904002B'O
MTC@c326f8ab5fb2: 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 := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082E50100000059061A00000000000000000000000000000000FF490400'O } id 7
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000082E50100000059061A00000000000000000000000000000000FF490400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33509, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33509, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O } } id 7
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33509, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O } } id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF490400'O
MTC@c326f8ab5fb2: 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 := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083180100000049061B230362F224BC06110101109D25490400392B2B2B'O } id 8
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000083180100000049061B230362F224BC06110101109D25490400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33560, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25490400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33560, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25490400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33560, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25490400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B230362F224BC06110101109D25490400392B2B2B'O
MTC@c326f8ab5fb2: 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 := 8963, lai := { mcc_mnc := '262F42'H, lac := 48134 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@c326f8ab5fb2: setverdict(pass): none -> pass
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was unmapped from system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was unmapped from system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_rach_max_tx.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: pass
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_rach_max_tx finished. Verdict: pass
MC@c326f8ab5fb2: Test execution finished.
MTC@c326f8ab5fb2: Executing test case TC_attach in module Test.
MTC@c326f8ab5fb2: Test case TC_attach started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_attach.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: Function rnd() returned 0.439271.
MTC@c326f8ab5fb2: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was mapped to system:GSMTAP.
MTC@c326f8ab5fb2: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@c326f8ab5fb2: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@c326f8ab5fb2: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was mapped to system:BSCVTY.
MTC@c326f8ab5fb2: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "enable"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "channel-descrption attach 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " channel-descrption attach 0" id 7
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Matching on port BSCVTY " channel-descrption attach 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " channel-descrption attach 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " channel-descrption attach 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " channel-descrption attach 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " channel-descrption attach 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption attach 0" id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000834B0100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000834B0100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33611, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33611, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000837E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000837E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33662, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33662, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083B10100000059061A00000000000000000000000000000000FF490400'O } id 3
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000083B10100000059061A00000000000000000000000000000000FF490400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33713, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33713, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O } } id 3
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083E40100000049061B230362F224BC06110101109D25490400392B2B2B'O } id 4
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000083E40100000049061B230362F224BC06110101109D25490400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33764, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25490400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33764, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25490400392B2B2B'O } } id 4
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was cleared.
MTC@c326f8ab5fb2: Start timer T: 10 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084170100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000084170100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33815, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33815, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33815, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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 := 48134 }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000844A010000005506198FB380000000000000000000000000004904002B'O } id 6
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000844A010000005506198FB380000000000000000000000000004904002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33866, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000004904002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33866, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000004904002B'O } } id 6
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33866, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000004904002B'O } } id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000004904002B'O
MTC@c326f8ab5fb2: 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 := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } }
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000847D0100000059061A00000000000000000000000000000000FF490400'O } id 7
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000847D0100000059061A00000000000000000000000000000000FF490400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33917, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33917, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O } } id 7
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33917, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O } } id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF490400'O
MTC@c326f8ab5fb2: 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 := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084B00100000049061B230362F224BC06110101109D25490400392B2B2B'O } id 8
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000084B00100000049061B230362F224BC06110101109D25490400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33968, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25490400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33968, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25490400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33968, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25490400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B230362F224BC06110101109D25490400392B2B2B'O
MTC@c326f8ab5fb2: 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 := 8963, lai := { mcc_mnc := '262F42'H, lac := 48134 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@c326f8ab5fb2: setverdict(pass): none -> pass
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was unmapped from system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was unmapped from system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_attach.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: pass
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_attach finished. Verdict: pass
MC@c326f8ab5fb2: Test execution finished.
MTC@c326f8ab5fb2: Executing test case TC_dtx_ul in module Test.
MTC@c326f8ab5fb2: Test case TC_dtx_ul started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_dtx_ul.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: Function rnd() returned 0.221450.
MTC@c326f8ab5fb2: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was mapped to system:GSMTAP.
MTC@c326f8ab5fb2: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@c326f8ab5fb2: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@c326f8ab5fb2: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was mapped to system:BSCVTY.
MTC@c326f8ab5fb2: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "enable"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "dtx uplink"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " dtx uplink" id 7
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Matching on port BSCVTY " dtx uplink" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " dtx uplink" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " dtx uplink" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " dtx uplink" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " dtx uplink" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " dtx uplink" id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Port GSMTAP was cleared.
MTC@c326f8ab5fb2: Start timer T: 10 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084E30100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000084E30100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34019, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34019, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34019, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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 := 48134 }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008516010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008516010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34070, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34070, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34070, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085490100000059061A00000000000000000000000000000000FF490400'O } id 3
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000085490100000059061A00000000000000000000000000000000FF490400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34121, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34121, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O } } id 3
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34121, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O } } id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF490400'O
MTC@c326f8ab5fb2: 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 := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000857C0100000049061B230362F224BC06110101109D25490400392B2B2B'O } id 4
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000857C0100000049061B230362F224BC06110101109D25490400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34172, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25490400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34172, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25490400392B2B2B'O } } id 4
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34172, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25490400392B2B2B'O } } id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B230362F224BC06110101109D25490400392B2B2B'O
MTC@c326f8ab5fb2: 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 := 8963, lai := { mcc_mnc := '262F42'H, lac := 48134 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@c326f8ab5fb2: setverdict(fail): none -> fail reason: "SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 8963, lai := { mcc_mnc := '262F42'H, lac := 48134 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }", new component reason: "SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 8963, lai := { mcc_mnc := '262F42'H, lac := 48134 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }"
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was unmapped from system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@c326f8ab5fb2: Warning: BSCVTY: Dropping partial message
MTC@c326f8ab5fb2: Port BSCVTY was unmapped from system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_dtx_ul.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: fail reason: "SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 8963, lai := { mcc_mnc := '262F42'H, lac := 48134 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }"
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_dtx_ul finished. Verdict: fail reason: SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 8963, lai := { mcc_mnc := '262F42'H, lac := 48134 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }
MC@c326f8ab5fb2: Test execution finished.
MTC@c326f8ab5fb2: Executing test case TC_emerg_allowed in module Test.
MTC@c326f8ab5fb2: Test case TC_emerg_allowed started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_emerg_allowed.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: Function rnd() returned 0.161532.
MTC@c326f8ab5fb2: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was mapped to system:GSMTAP.
MTC@c326f8ab5fb2: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@c326f8ab5fb2: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@c326f8ab5fb2: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was mapped to system:BSCVTY.
MTC@c326f8ab5fb2: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "enable"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "rach emergency call allowed 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " rach emergency call allowed 0" id 7
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Matching on port BSCVTY " rach emergency call allowed 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " rach emergency call allowed 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " rach emergency call allowed 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Matching on port BSCVTY succeeded: " rach emergency call allowed 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach emergency call allowed 0" id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085AF0100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000085AF0100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34223, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34223, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085E2010000005506198FB380000000000000000000000000004904002B'O } id 2
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000085E2010000005506198FB380000000000000000000000000004904002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34274, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000004904002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34274, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000004904002B'O } } id 2
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086150100000059061A00000000000000000000000000000000FF490400'O } id 3
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086150100000059061A00000000000000000000000000000000FF490400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34325, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34325, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O } } id 3
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086480100000049061B230362F224BC06110101009D25490400392B2B2B'O } id 4
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086480100000049061B230362F224BC06110101009D25490400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34376, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101009D25490400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34376, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101009D25490400392B2B2B'O } } id 4
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was cleared.
MTC@c326f8ab5fb2: Start timer T: 10 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000867B0100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000867B0100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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 := 48134 }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086E10100000059061A00000000000000000000000000000000FF490400'O } id 7
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086E10100000059061A00000000000000000000000000000000FF490400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 7
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF490400'O
MTC@c326f8ab5fb2: 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 := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087140100000049061B230362F224BC06110101009D25490400392B2B2B'O } id 8
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087140100000049061B230362F224BC06110101009D25490400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B230362F224BC06110101009D25490400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06110101009D25490400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06110101009D25490400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B230362F224BC06110101009D25490400392B2B2B'O
MTC@c326f8ab5fb2: 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 := 8963, lai := { mcc_mnc := '262F42'H, lac := 48134 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '00'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@c326f8ab5fb2: setverdict(pass): none -> pass
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was unmapped from system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was unmapped from system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_emerg_allowed.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: pass
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_emerg_allowed finished. Verdict: pass
MC@c326f8ab5fb2: Test execution finished.
MTC@c326f8ab5fb2: Executing test case TC_bs_pa_mfrms in module Test.
MTC@c326f8ab5fb2: Test case TC_bs_pa_mfrms started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_pa_mfrms.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: Function rnd() returned 0.103923.
MTC@c326f8ab5fb2: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was mapped to system:GSMTAP.
MTC@c326f8ab5fb2: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@c326f8ab5fb2: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@c326f8ab5fb2: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was mapped to system:BSCVTY.
MTC@c326f8ab5fb2: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "enable"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "channel-descrption bs-pa-mfrms 2"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " channel-descrption bs-pa-mfrms 2" id 7
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 2" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 2" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 2" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 2" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " channel-descrption bs-pa-mfrms 2" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-pa-mfrms 2" id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087470100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087470100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000877A010000005506198FB380000000000000000000000000004904002B'O } id 2
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000877A010000005506198FB380000000000000000000000000004904002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000004904002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000004904002B'O } } id 2
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087AD0100000059061A00000000000000000000000000000000FF490400'O } id 3
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087AD0100000059061A00000000000000000000000000000000FF490400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 3
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087E00100000049061B230362F224BC06110001009D25490400392B2B2B'O } id 4
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000087E00100000049061B230362F224BC06110001009D25490400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B230362F224BC06110001009D25490400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06110001009D25490400392B2B2B'O } } id 4
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was cleared.
MTC@c326f8ab5fb2: Start timer T: 10 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088130100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088130100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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 := 48134 }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008846010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008846010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088790100000059061A00000000000000000000000000000000FF490400'O } id 7
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088790100000059061A00000000000000000000000000000000FF490400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 7
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF490400'O
MTC@c326f8ab5fb2: 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 := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088AC0100000049061B230362F224BC06110001009D25490400392B2B2B'O } id 8
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088AC0100000049061B230362F224BC06110001009D25490400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B230362F224BC06110001009D25490400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06110001009D25490400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06110001009D25490400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B230362F224BC06110001009D25490400392B2B2B'O
MTC@c326f8ab5fb2: 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 := 8963, lai := { mcc_mnc := '262F42'H, lac := 48134 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 0, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '00'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@c326f8ab5fb2: setverdict(pass): none -> pass
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was unmapped from system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was unmapped from system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_bs_pa_mfrms.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: pass
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_bs_pa_mfrms finished. Verdict: pass
MC@c326f8ab5fb2: Test execution finished.
MTC@c326f8ab5fb2: Executing test case TC_bs_ag_blks_res in module Test.
MTC@c326f8ab5fb2: Test case TC_bs_ag_blks_res started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_ag_blks_res.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: Function rnd() returned 0.517691.
MTC@c326f8ab5fb2: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was mapped to system:GSMTAP.
MTC@c326f8ab5fb2: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@c326f8ab5fb2: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@c326f8ab5fb2: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was mapped to system:BSCVTY.
MTC@c326f8ab5fb2: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "enable"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "channel-descrption bs-ag-blks-res 3"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " channel-descrption bs-ag-blks-res 3" id 7
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 3" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 3" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 3" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 3" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " channel-descrption bs-ag-blks-res 3" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-ag-blks-res 3" id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088DF0100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000088DF0100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008912010000005506198FB380000000000000000000000000004904002B'O } id 2
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008912010000005506198FB380000000000000000000000000004904002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000004904002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000004904002B'O } } id 2
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089450100000059061A00000000000000000000000000000000FF490400'O } id 3
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089450100000059061A00000000000000000000000000000000FF490400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 3
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089780100000049061B230362F224BC06190001009D25490400392B2B2B'O } id 4
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089780100000049061B230362F224BC06190001009D25490400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B230362F224BC06190001009D25490400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06190001009D25490400392B2B2B'O } } id 4
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was cleared.
MTC@c326f8ab5fb2: Start timer T: 10 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089AB0100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089AB0100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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 := 48134 }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000089DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A110100000059061A00000000000000000000000000000000FF490400'O } id 7
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008A110100000059061A00000000000000000000000000000000FF490400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 7
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF490400'O
MTC@c326f8ab5fb2: 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 := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A440100000049061B230362F224BC06190001009D25490400392B2B2B'O } id 8
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008A440100000049061B230362F224BC06190001009D25490400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B230362F224BC06190001009D25490400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06190001009D25490400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06190001009D25490400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B230362F224BC06190001009D25490400392B2B2B'O
MTC@c326f8ab5fb2: 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 := 8963, lai := { mcc_mnc := '262F42'H, lac := 48134 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 3, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 0, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '00'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@c326f8ab5fb2: setverdict(pass): none -> pass
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was unmapped from system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was unmapped from system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_bs_ag_blks_res.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: pass
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_bs_ag_blks_res finished. Verdict: pass
MC@c326f8ab5fb2: Test execution finished.
MTC@c326f8ab5fb2: Executing test case TC_radio_link_timeout in module Test.
MTC@c326f8ab5fb2: Test case TC_radio_link_timeout started.
MTC@c326f8ab5fb2: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_radio_link_timeout.
MTC@c326f8ab5fb2: Port GSMTAP was started.
MTC@c326f8ab5fb2: Port BSCVTY was started.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was initialized.
MTC@c326f8ab5fb2: Function rnd() returned 0.539714.
MTC@c326f8ab5fb2: Mapping port mtc:GSMTAP to system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was mapped to system:GSMTAP.
MTC@c326f8ab5fb2: Map operation of mtc:GSMTAP to system:GSMTAP finished.
MTC@c326f8ab5fb2: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
MTC@c326f8ab5fb2: Mapping port mtc:BSCVTY to system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was mapped to system:BSCVTY.
MTC@c326f8ab5fb2: Map operation of mtc:BSCVTY to system:BSCVTY finished.
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "enable"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "configure terminal"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "network"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " network" id 3
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " network" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " bts 0" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "radio-link-timeout 36"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " radio-link-timeout 36" id 7
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Matching on port BSCVTY " radio-link-timeout 36" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " radio-link-timeout 36" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " radio-link-timeout 36" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " radio-link-timeout 36" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " radio-link-timeout 36" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " radio-link-timeout 36" id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "end"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : " end" id 9
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: " end" with ? matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
MTC@c326f8ab5fb2: Message with id 9 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
MTC@c326f8ab5fb2: Message with id 10 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
MTC@c326f8ab5fb2: Start timer T: 2 s
MTC@c326f8ab5fb2: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: 
MTC@c326f8ab5fb2: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched
MTC@c326f8ab5fb2: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
MTC@c326f8ab5fb2: Message with id 11 was extracted from the queue of BSCVTY.
MTC@c326f8ab5fb2: Stop timer T: 2 s
MTC@c326f8ab5fb2: Start timer T: 1 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A770100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 1
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008A770100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 1
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008AAA010000005506198FB380000000000000000000000000004904002B'O } id 2
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008AAA010000005506198FB380000000000000000000000000004904002B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000004904002B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000004904002B'O } } id 2
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ADD0100000059061A00000000000000000000000000000000FF490400'O } id 3
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008ADD0100000059061A00000000000000000000000000000000FF490400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 3
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B100100000049061B230362F224BC06190001089D25490400392B2B2B'O } id 4
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008B100100000049061B230362F224BC06190001089D25490400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B230362F224BC06190001089D25490400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06190001089D25490400392B2B2B'O } } id 4
MTC@c326f8ab5fb2: Timeout T: 1 s
MTC@c326f8ab5fb2: Message with id 1 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 2 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 3 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Message with id 4 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was cleared.
MTC@c326f8ab5fb2: Start timer T: 10 s
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B430100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 5
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008B430100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
MTC@c326f8ab5fb2: Message with id 5 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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 := 48134 }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } }
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B76010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008B76010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6
MTC@c326f8ab5fb2: Message with id 6 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O
MTC@c326f8ab5fb2: 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@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BA90100000059061A00000000000000000000000000000000FF490400'O } id 7
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008BA90100000059061A00000000000000000000000000000000FF490400'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 7
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 7
MTC@c326f8ab5fb2: Message with id 7 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF490400'O
MTC@c326f8ab5fb2: 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 := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } }
MTC@c326f8ab5fb2: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BDC0100000049061B230362F224BC06190001089D25490400392B2B2B'O } id 8
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008BDC0100000049061B230362F224BC06190001089D25490400392B2B2B'O
MTC@c326f8ab5fb2: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B230362F224BC06190001089D25490400392B2B2B'O }
MTC@c326f8ab5fb2: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06190001089D25490400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Matching on port GSMTAP succeeded:  matched
MTC@c326f8ab5fb2: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06190001089D25490400392B2B2B'O } } id 8
MTC@c326f8ab5fb2: Message with id 8 was extracted from the queue of GSMTAP.
MTC@c326f8ab5fb2: dec_SystemInformation(): Stream before decoding: '49061B230362F224BC06190001089D25490400392B2B2B'O
MTC@c326f8ab5fb2: 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 := 8963, lai := { mcc_mnc := '262F42'H, lac := 48134 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 3, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 0, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '00'B, radio_link_timeout := '1000'B }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } }
MTC@c326f8ab5fb2: setverdict(pass): none -> pass
MTC@c326f8ab5fb2: Terminating component type Test.dummy_CT.
MTC@c326f8ab5fb2: Removing unterminated mapping between port GSMTAP and system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was unmapped from system:GSMTAP.
MTC@c326f8ab5fb2: Port GSMTAP was stopped.
MTC@c326f8ab5fb2: Removing unterminated mapping between port BSCVTY and system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was unmapped from system:BSCVTY.
MTC@c326f8ab5fb2: Port BSCVTY was stopped.
MTC@c326f8ab5fb2: Component type Test.dummy_CT was shut down inside testcase TC_radio_link_timeout.
MTC@c326f8ab5fb2: Waiting for PTCs to finish.
MTC@c326f8ab5fb2: Setting final verdict of the test case.
MTC@c326f8ab5fb2: Local verdict of MTC: pass
MTC@c326f8ab5fb2: No PTCs were created.
MTC@c326f8ab5fb2: Test case TC_radio_link_timeout finished. Verdict: pass
MC@c326f8ab5fb2: Test execution finished.
Execution of [EXECUTE] section finished.
emtc
MC@c326f8ab5fb2: Terminating MTC.
MTC@c326f8ab5fb2: Verdict statistics: 0 none (0.00 %), 21 pass (95.45 %), 0 inconc (0.00 %), 1 fail (4.55 %), 0 error (0.00 %).
MTC@c326f8ab5fb2: Test execution summary: 22 test cases were executed. Overall verdict: fail
MTC@c326f8ab5fb2: Exit was requested from MC. Terminating MTC.
MC@c326f8ab5fb2: MTC terminated.
MC2> exit
MC@c326f8ab5fb2: Shutting down session.
HC@c326f8ab5fb2: Exit was requested from MC. Terminating HC.
MC@c326f8ab5fb2: Shutdown complete.
04:17:54.397884 hc TTCN-3 Host Controller started on c326f8ab5fb2. Version: CRL 113 200/6 R1A.
04:17:54.397911 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:17:54.397913 hc Maximum number of open file descriptors: 1048576,   FD_SETSIZE = 1024
04:17:54.398079 hc The address of MC was set to c326f8ab5fb2[172.18.0.230]:0.
04:17:54.398157 hc The local IP address of the control connection to MC is 172.18.0.230.
04:17:54.398165 hc Connected to MC.
04:17:54.398181 hc This host supports UNIX domain sockets for local communication.
04:17:54.398427 hc Processing configuration data received from MC.
04:17:54.398889 hc Initializing module GSMTAP_PortType.
04:17:54.398903 hc Initializing module GSMTAP_Types.
04:17:54.398913 hc Initializing module Osmocom_Types.
04:17:54.398922 hc Initialization of module Osmocom_Types finished.
04:17:54.398931 hc Initialization of module GSMTAP_Types finished.
04:17:54.398940 hc Initializing module IPL4asp_PortType.
04:17:54.398950 hc Initializing module IPL4asp_Types.
04:17:54.398963 hc Initializing module Socket_API_Definitions.
04:17:54.398972 hc Initialization of module Socket_API_Definitions finished.
04:17:54.398981 hc Initialization of module IPL4asp_Types finished.
04:17:54.399006 hc Initialization of module IPL4asp_PortType finished.
04:17:54.399022 hc Initialization of module GSMTAP_PortType finished.
04:17:54.399038 hc Initializing module GSM_RR_Types.
04:17:54.399056 hc Initializing module RLCMAC_CSN1_Types.
04:17:54.399073 hc Initializing module GSM_Types.
04:17:54.399091 hc Initializing module General_Types.
04:17:54.399106 hc Initialization of module General_Types finished.
04:17:54.399139 hc Initialization of module GSM_Types finished.
04:17:54.399151 hc Initialization of module RLCMAC_CSN1_Types finished.
04:17:54.399160 hc Initialization of module GSM_RR_Types finished.
04:17:54.399168 hc Initializing module GSM_SystemInformation.
04:17:54.399242 hc Initialization of module GSM_SystemInformation finished.
04:17:54.399261 hc Initializing module IPL4_GSMTAP_CtrlFunct.
04:17:54.399278 hc Initialization of module IPL4_GSMTAP_CtrlFunct finished.
04:17:54.399290 hc Initializing module IPL4asp_Functions.
04:17:54.399304 hc Initializing module TCCInterface_Functions.
04:17:54.399319 hc Initializing module TCCConversion_Functions.
04:17:54.399330 hc Initialization of module TCCConversion_Functions finished.
04:17:54.399338 hc Initialization of module TCCInterface_Functions finished.
04:17:54.399343 hc Initialization of module IPL4asp_Functions finished.
04:17:54.399348 hc Initializing module Osmocom_VTY_Functions.
04:17:54.399353 hc Initializing module TELNETasp_PortType.
04:17:54.399358 hc Initialization of module TELNETasp_PortType finished.
04:17:54.399366 hc Initialization of module Osmocom_VTY_Functions finished.
04:17:54.399371 hc Initializing module PreGenRecordOf.
04:17:54.399375 hc Initialization of module PreGenRecordOf finished.
04:17:54.399380 hc Initializing module Test.
04:17:54.399492 hc Initialization of module Test finished.
04:17:54.399503 hc Initializing module TitanLoggerApi.
04:17:54.399508 hc Initialization of module TitanLoggerApi finished.
04:17:54.399512 hc Initializing module TitanLoggerControl.
04:17:54.399517 hc Initialization of module TitanLoggerControl finished.
04:17:54.399522 hc Configuration data was processed successfully.
04:17:54.399790 hc MTC was created. Process id: 19.
04:17:54.400668 mtc Warning: A plug-in from the same path `libjunitlogger2' is already active, skipping plug-in
04:17:54.400835 mtc TTCN-3 Main Test Component started on c326f8ab5fb2. Version: CRL 113 200/6 R1A.
04:17:54.400861 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:17:54.400890 mtc Connected to MC.
04:17:54.401137 mtc Executing test case TC_si1 in module Test.
04:17:54.401227 mtc Test case TC_si1 started.
04:17:54.401244 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si1.
04:17:54.401319 mtc Port GSMTAP was started.
04:17:54.401341 mtc Port BSCVTY was started.
04:17:54.401350 mtc Component type Test.dummy_CT was initialized.
04:17:54.401379 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:17:54.401628 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:17:54.401702 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:17:54.401861 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:17:54.402028 mtc setverdict(pass): none -> pass
04:17:54.402046 mtc Terminating component type Test.dummy_CT.
04:17:54.402058 mtc Port GSMTAP was stopped.
04:17:54.402069 mtc Port BSCVTY was stopped.
04:17:54.402077 mtc Component type Test.dummy_CT was shut down inside testcase TC_si1.
04:17:54.402086 mtc Waiting for PTCs to finish.
04:17:54.402188 mtc Setting final verdict of the test case.
04:17:54.402208 mtc Local verdict of MTC: pass
04:17:54.402237 mtc No PTCs were created.
04:17:54.402249 mtc Test case TC_si1 finished. Verdict: pass
04:17:54.402280 mtc Executing test case TC_telnet in module Test.
04:17:54.402299 mtc Test case TC_telnet started.
04:17:54.402308 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_telnet.
04:17:54.402328 mtc Port GSMTAP was started.
04:17:54.402336 mtc Port BSCVTY was started.
04:17:54.402342 mtc Component type Test.dummy_CT was initialized.
04:17:54.402353 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:17:54.402432 mtc Port GSMTAP was mapped to system:GSMTAP.
04:17:54.402475 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:17:54.402541 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:17:54.402659 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:17:54.402862 mtc Port BSCVTY was mapped to system:BSCVTY.
04:17:54.402953 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000043BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 1
04:17:54.403129 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17342, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 1
04:17:54.403162 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000043F10100000059061A00000000000000000000000000000000FF9D0400'O } id 2
04:17:54.403213 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17393, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 2
04:17:54.403229 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:17:54.403282 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:17:54.403310 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:17:54.403326 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:17:54.403381 mtc Sent on BSCVTY to system charstring : "enable"
04:17:54.403417 mtc Start timer T: 2 s
04:17:54.403461 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044240100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 3
04:17:54.403515 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17444, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 3
04:17:54.403542 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044570100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 4
04:17:54.403593 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17495, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 4
04:17:54.403622 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:17:54.403668 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:17:54.403686 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:17:54.403698 mtc Stop timer T: 2 s
04:17:54.403714 mtc Sent on BSCVTY to system charstring : "show network"
04:17:54.403737 mtc Start timer T: 2 s
04:17:54.403761 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000448A010000005506198FB380000000000000000000000000009D04002B'O } id 5
04:17:54.403813 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17546, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 5
04:17:54.403839 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044BD0100000059061A00000000000000000000000000000000FF9D0400'O } id 6
04:17:54.403890 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17597, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6
04:17:54.403915 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044F00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 7
04:17:54.403963 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17648, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 7
04:17:54.404013 mtc Message enqueued on BSCVTY from system charstring : "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n             CCCH+SDCCH4:   0% (0/4)\n                   TCH/H:   0% (0/12)\n  Last RF Command: \n  Last RF Lock Command: " id 2
04:17:54.404028 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 3
04:17:54.404287 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "BSC is on Country Code 262, Network Code 42 and has 1 BTS\n  Long network name: 'Osmocom'\n  Short network name: 'Osmocom'\n  Authentication policy: closed, authorized regexp: .*\n  Auto create subscriber: yes\n  Auto assign extension: yes\n  Location updating reject cause: 13\n  Encryption: A5/0\n  NECI (TCH/H): 0\n  Use TCH for Paging any: 0\n  RRLP Mode: none\n  MM Info: On\n  Handover: Off\n  Current Channel Load:\n             CCCH+SDCCH4:   0% (0/4)\n                   TCH/H:   0% (0/12)\n  Last RF Command: \n  Last RF Lock Command: " id 2
04:17:54.404305 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:17:54.404332 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 3
04:17:54.404344 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:17:54.404356 mtc Stop timer T: 2 s
04:17:54.404373 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:17:54.404397 mtc Start timer T: 2 s
04:17:54.404423 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045230100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 8
04:17:54.404478 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17699, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 8
04:17:54.404504 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004556010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 9
04:17:54.404554 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17750, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 9
04:17:54.404624 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 4
04:17:54.404686 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 4
04:17:54.404701 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:17:54.404712 mtc Stop timer T: 2 s
04:17:54.404730 mtc Sent on BSCVTY to system charstring : "network"
04:17:54.404753 mtc Start timer T: 2 s
04:17:54.404778 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045890100000059061A00000000000000000000000000000000FF9D0400'O } id 10
04:17:54.404834 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17801, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 10
04:17:54.404864 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045BC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 11
04:17:54.404914 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17852, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 11
04:17:54.404945 mtc Message enqueued on BSCVTY from system charstring : " network" id 5
04:17:54.404959 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6
04:17:54.405015 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 5
04:17:54.405029 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:17:54.405068 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6
04:17:54.405078 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:17:54.405084 mtc Stop timer T: 2 s
04:17:54.405094 mtc Sent on BSCVTY to system charstring : "bts 0"
04:17:54.405114 mtc Start timer T: 2 s
04:17:54.405186 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 7
04:17:54.405214 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:17:54.405285 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 7
04:17:54.405305 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:17:54.405353 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:17:54.405368 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:17:54.405378 mtc Stop timer T: 2 s
04:17:54.405395 mtc Sent on BSCVTY to system charstring : "end"
04:17:54.405420 mtc Start timer T: 2 s
04:17:54.405518 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:17:54.405537 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:17:54.405581 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:17:54.405596 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:17:54.405622 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:17:54.405631 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:17:54.405638 mtc Stop timer T: 2 s
04:17:54.405648 mtc setverdict(pass): none -> pass
04:17:54.405656 mtc Terminating component type Test.dummy_CT.
04:17:54.405664 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:17:54.405711 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:17:54.405725 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:17:54.405733 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:17:54.405738 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:17:54.405744 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:17:54.405750 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:17:54.405755 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:17:54.405761 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:17:54.405766 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:17:54.405772 mtc Message with id 9 was extracted from the queue of GSMTAP.
04:17:54.405777 mtc Message with id 10 was extracted from the queue of GSMTAP.
04:17:54.405783 mtc Message with id 11 was extracted from the queue of GSMTAP.
04:17:54.405789 mtc Port GSMTAP was stopped.
04:17:54.405796 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:17:54.405821 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:17:54.405840 mtc Port BSCVTY was stopped.
04:17:54.405850 mtc Component type Test.dummy_CT was shut down inside testcase TC_telnet.
04:17:54.405861 mtc Waiting for PTCs to finish.
04:17:54.405958 mtc Setting final verdict of the test case.
04:17:54.405978 mtc Local verdict of MTC: pass
04:17:54.405990 mtc No PTCs were created.
04:17:54.405999 mtc Test case TC_telnet finished. Verdict: pass
04:17:54.406035 mtc Executing test case TC_si_default in module Test.
04:17:54.406053 mtc Test case TC_si_default started.
04:17:54.406063 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_default.
04:17:54.406096 mtc Port GSMTAP was started.
04:17:54.406112 mtc Port BSCVTY was started.
04:17:54.406122 mtc Component type Test.dummy_CT was initialized.
04:17:54.406136 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:17:54.406161 mtc Port GSMTAP was mapped to system:GSMTAP.
04:17:54.406182 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:17:54.406198 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:17:54.406237 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:17:54.406350 mtc Port BSCVTY was mapped to system:BSCVTY.
04:17:54.406393 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:17:54.406415 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:17:54.406430 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:17:54.406447 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:17:54.406486 mtc Sent on BSCVTY to system charstring : "enable"
04:17:54.406515 mtc Start timer T: 2 s
04:17:54.406564 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:17:54.406591 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:17:54.406601 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:17:54.406610 mtc Stop timer T: 2 s
04:17:54.406633 mtc Port GSMTAP was cleared.
04:17:54.406642 mtc Start timer T: 8 s
04:17:54.617045 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045EF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 1
04:17:54.617169 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17903, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 1
04:17:54.617255 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17903, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 1
04:17:54.617278 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:17:54.617411 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:17:54.852484 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004622010000005506198FB380000000000000000000000000009D04002B'O } id 2
04:17:54.852634 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17954, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2
04:17:54.852713 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17954, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 2
04:17:54.852733 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:17:54.852806 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:17:55.087796 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046550100000059061A00000000000000000000000000000000FF9D0400'O } id 3
04:17:55.087918 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18005, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
04:17:55.087982 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18005, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
04:17:55.088006 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:17:55.088088 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:17:55.323503 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046880100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 4
04:17:55.323834 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18056, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 4
04:17:55.324030 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18056, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 4
04:17:55.324116 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:17:55.324449 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:17:55.558645 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046BB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 5
04:17:55.558932 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18107, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5
04:17:55.559088 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18107, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 5
04:17:55.559154 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:17:55.559423 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:17:55.794119 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
04:17:55.794471 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18158, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:17:55.794667 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18158, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6
04:17:55.794748 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:17:55.794946 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:17:56.029562 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047210100000059061A00000000000000000000000000000000FF9D0400'O } id 7
04:17:56.029886 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18209, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:17:56.030088 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18209, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:17:56.030175 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:17:56.030509 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:17:56.264614 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047540100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 8
04:17:56.264731 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18260, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8
04:17:56.264791 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18260, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 8
04:17:56.264811 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:17:56.264899 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:17:56.500008 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047870100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 9
04:17:56.500147 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18311, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 9
04:17:56.500227 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18311, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 9
04:17:56.500259 mtc Message with id 9 was extracted from the queue of GSMTAP.
04:17:56.500360 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:17:56.735302 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047BA010000005506198FB380000000000000000000000000009D04002B'O } id 10
04:17:56.735451 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18362, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 10
04:17:56.735540 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18362, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 10
04:17:56.735567 mtc Message with id 10 was extracted from the queue of GSMTAP.
04:17:56.735636 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:17:56.970690 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047ED0100000059061A00000000000000000000000000000000FF9D0400'O } id 11
04:17:56.970822 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18413, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 11
04:17:56.970879 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18413, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 11
04:17:56.970912 mtc Message with id 11 was extracted from the queue of GSMTAP.
04:17:56.970987 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:17:57.206055 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048200100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 12
04:17:57.206152 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18464, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 12
04:17:57.206202 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18464, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 12
04:17:57.206220 mtc Message with id 12 was extracted from the queue of GSMTAP.
04:17:57.206322 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:17:57.441463 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048530100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 13
04:17:57.441614 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18515, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 13
04:17:57.441716 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18515, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 13
04:17:57.441745 mtc Message with id 13 was extracted from the queue of GSMTAP.
04:17:57.441843 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:17:57.676770 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004886010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 14
04:17:57.676877 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18566, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 14
04:17:57.676948 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18566, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 14
04:17:57.676972 mtc Message with id 14 was extracted from the queue of GSMTAP.
04:17:57.677037 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:17:57.912211 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048B90100000059061A00000000000000000000000000000000FF9D0400'O } id 15
04:17:57.912368 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18617, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 15
04:17:57.912431 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18617, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 15
04:17:57.912473 mtc Message with id 15 was extracted from the queue of GSMTAP.
04:17:57.912538 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:17:58.147527 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048EC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 16
04:17:58.147692 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18668, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 16
04:17:58.147780 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18668, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 16
04:17:58.147815 mtc Message with id 16 was extracted from the queue of GSMTAP.
04:17:58.147915 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:17:58.383219 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000491F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 17
04:17:58.383583 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18719, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 17
04:17:58.383855 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18719, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 17
04:17:58.383971 mtc Message with id 17 was extracted from the queue of GSMTAP.
04:17:58.384288 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:17:58.618439 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004952010000005506198FB380000000000000000000000000009D04002B'O } id 18
04:17:58.618765 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18770, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 18
04:17:58.618950 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18770, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 18
04:17:58.619039 mtc Message with id 18 was extracted from the queue of GSMTAP.
04:17:58.619279 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:17:58.853954 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000049850100000059061A00000000000000000000000000000000FF9D0400'O } id 19
04:17:58.854323 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18821, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 19
04:17:58.854654 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18821, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 19
04:17:58.854794 mtc Message with id 19 was extracted from the queue of GSMTAP.
04:17:58.855102 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:17:59.088976 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000049B80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 20
04:17:59.089084 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18872, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 20
04:17:59.089138 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18872, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 20
04:17:59.089158 mtc Message with id 20 was extracted from the queue of GSMTAP.
04:17:59.089243 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:17:59.324651 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000049EB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 21
04:17:59.324987 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18923, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21
04:17:59.325163 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18923, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 21
04:17:59.325242 mtc Message with id 21 was extracted from the queue of GSMTAP.
04:17:59.325531 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:17:59.559924 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004A1E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 22
04:17:59.560284 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18974, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 22
04:17:59.560524 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 18974, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 22
04:17:59.560626 mtc Message with id 22 was extracted from the queue of GSMTAP.
04:17:59.560882 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:17:59.795091 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004A510100000059061A00000000000000000000000000000000FF9D0400'O } id 23
04:17:59.795269 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19025, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 23
04:17:59.795407 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19025, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 23
04:17:59.795432 mtc Message with id 23 was extracted from the queue of GSMTAP.
04:17:59.795528 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:18:00.030487 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004A840100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 24
04:18:00.030657 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19076, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 24
04:18:00.030734 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19076, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 24
04:18:00.030759 mtc Message with id 24 was extracted from the queue of GSMTAP.
04:18:00.030837 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:18:00.265840 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004AB70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 25
04:18:00.265953 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19127, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25
04:18:00.266054 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19127, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25
04:18:00.266080 mtc Message with id 25 was extracted from the queue of GSMTAP.
04:18:00.266187 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:18:00.501169 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004AEA010000005506198FB380000000000000000000000000009D04002B'O } id 26
04:18:00.501285 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19178, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 26
04:18:00.501333 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19178, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 26
04:18:00.501356 mtc Message with id 26 was extracted from the queue of GSMTAP.
04:18:00.501426 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:18:00.736498 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004B1D0100000059061A00000000000000000000000000000000FF9D0400'O } id 27
04:18:00.736611 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19229, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27
04:18:00.736665 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19229, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 27
04:18:00.736684 mtc Message with id 27 was extracted from the queue of GSMTAP.
04:18:00.736742 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:18:00.971853 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004B500100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 28
04:18:00.971955 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19280, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 28
04:18:00.972006 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19280, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 28
04:18:00.972024 mtc Message with id 28 was extracted from the queue of GSMTAP.
04:18:00.972104 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:18:01.207241 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004B830100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 29
04:18:01.207355 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19331, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29
04:18:01.207427 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19331, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29
04:18:01.207453 mtc Message with id 29 was extracted from the queue of GSMTAP.
04:18:01.207551 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:18:01.442653 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004BB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 30
04:18:01.442798 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19382, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 30
04:18:01.442873 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19382, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 30
04:18:01.442896 mtc Message with id 30 was extracted from the queue of GSMTAP.
04:18:01.442962 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:18:01.678007 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004BE90100000059061A00000000000000000000000000000000FF9D0400'O } id 31
04:18:01.678144 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19433, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 31
04:18:01.678218 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19433, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 31
04:18:01.678239 mtc Message with id 31 was extracted from the queue of GSMTAP.
04:18:01.678306 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:18:01.913419 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C1C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 32
04:18:01.913538 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19484, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 32
04:18:01.913602 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19484, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 32
04:18:01.913626 mtc Message with id 32 was extracted from the queue of GSMTAP.
04:18:01.913707 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:18:02.148766 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C4F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 33
04:18:02.148895 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19535, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33
04:18:02.148958 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19535, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 33
04:18:02.148975 mtc Message with id 33 was extracted from the queue of GSMTAP.
04:18:02.149055 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:18:02.384170 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C82010000005506198FB380000000000000000000000000009D04002B'O } id 34
04:18:02.384399 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19586, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 34
04:18:02.384544 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19586, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 34
04:18:02.384616 mtc Message with id 34 was extracted from the queue of GSMTAP.
04:18:02.384783 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:18:02.406675 mtc Timeout T: 8 s
04:18:02.406740 mtc "TC_si_default": TC=0 has #of SI=5
04:18:02.406795 mtc "TC_si_default": TC=1 has #of SI=4
04:18:02.406831 mtc "TC_si_default": TC=2 has #of SI=4
04:18:02.406865 mtc "TC_si_default": TC=3 has #of SI=4
04:18:02.406893 mtc "TC_si_default": TC=4 has #of SI=4
04:18:02.406923 mtc "TC_si_default": TC=5 has #of SI=4
04:18:02.406950 mtc "TC_si_default": TC=6 has #of SI=4
04:18:02.406974 mtc "TC_si_default": TC=7 has #of SI=5
04:18:02.407052 mtc setverdict(pass): none -> pass
04:18:02.407116 mtc Terminating component type Test.dummy_CT.
04:18:02.407149 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:18:02.407203 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:18:02.407228 mtc Port GSMTAP was stopped.
04:18:02.407257 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:18:02.407320 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:18:02.407347 mtc Port BSCVTY was stopped.
04:18:02.407368 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_default.
04:18:02.407399 mtc Waiting for PTCs to finish.
04:18:02.407457 mtc Setting final verdict of the test case.
04:18:02.407477 mtc Local verdict of MTC: pass
04:18:02.407499 mtc No PTCs were created.
04:18:02.407517 mtc Test case TC_si_default finished. Verdict: pass
04:18:02.407574 mtc Executing test case TC_si_sched_2bis in module Test.
04:18:02.407613 mtc Test case TC_si_sched_2bis started.
04:18:02.407637 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2bis.
04:18:02.407680 mtc Port GSMTAP was started.
04:18:02.407704 mtc Port BSCVTY was started.
04:18:02.407719 mtc Component type Test.dummy_CT was initialized.
04:18:02.407738 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:18:02.407803 mtc Port GSMTAP was mapped to system:GSMTAP.
04:18:02.407873 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:18:02.407911 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:18:02.407974 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:18:02.408182 mtc Port BSCVTY was mapped to system:BSCVTY.
04:18:02.408236 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:18:02.408271 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:18:02.408299 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:18:02.408323 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:18:02.408389 mtc Sent on BSCVTY to system charstring : "enable"
04:18:02.408437 mtc Start timer T: 2 s
04:18:02.408518 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:18:02.408578 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:18:02.408603 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:18:02.408624 mtc Stop timer T: 2 s
04:18:02.408654 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:02.408694 mtc Start timer T: 2 s
04:18:02.408834 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:18:02.408919 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:18:02.408940 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:18:02.408963 mtc Stop timer T: 2 s
04:18:02.408994 mtc Sent on BSCVTY to system charstring : "network"
04:18:02.409033 mtc Start timer T: 2 s
04:18:02.409128 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:18:02.409160 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:18:02.409258 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:18:02.409284 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:18:02.409356 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:18:02.409379 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:18:02.409398 mtc Stop timer T: 2 s
04:18:02.409441 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:02.409481 mtc Start timer T: 2 s
04:18:02.409570 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:18:02.409599 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:18:02.409697 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:18:02.409722 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:18:02.409802 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:18:02.409826 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:18:02.409847 mtc Stop timer T: 2 s
04:18:02.409886 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static"
04:18:02.410041 mtc Start timer T: 2 s
04:18:02.410101 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7
04:18:02.410128 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:18:02.410242 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7
04:18:02.410270 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:18:02.410347 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:18:02.410371 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:18:02.410408 mtc Stop timer T: 2 s
04:18:02.410453 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B"
04:18:02.410494 mtc Start timer T: 2 s
04:18:02.410692 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
04:18:02.410723 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10
04:18:02.410865 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
04:18:02.410889 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:18:02.410941 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10
04:18:02.410958 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:18:02.410978 mtc Stop timer T: 2 s
04:18:02.411003 mtc Sent on BSCVTY to system charstring : "end"
04:18:02.411037 mtc Start timer T: 2 s
04:18:02.411123 mtc Message enqueued on BSCVTY from system charstring : " end" id 11
04:18:02.411169 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12
04:18:02.411286 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11
04:18:02.411302 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:18:02.411319 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12
04:18:02.411327 mtc Message with id 12 was extracted from the queue of BSCVTY.
04:18:02.411335 mtc Stop timer T: 2 s
04:18:02.411352 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:02.411374 mtc Start timer T: 2 s
04:18:02.411443 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13
04:18:02.411505 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13
04:18:02.411520 mtc Message with id 13 was extracted from the queue of BSCVTY.
04:18:02.411533 mtc Stop timer T: 2 s
04:18:02.411556 mtc Sent on BSCVTY to system charstring : "network"
04:18:02.411582 mtc Start timer T: 2 s
04:18:02.411639 mtc Message enqueued on BSCVTY from system charstring : " network" id 14
04:18:02.411660 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15
04:18:02.411720 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14
04:18:02.411740 mtc Message with id 14 was extracted from the queue of BSCVTY.
04:18:02.411786 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15
04:18:02.411802 mtc Message with id 15 was extracted from the queue of BSCVTY.
04:18:02.411812 mtc Stop timer T: 2 s
04:18:02.411824 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:02.411842 mtc Start timer T: 2 s
04:18:02.411901 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16
04:18:02.411919 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
04:18:02.411977 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16
04:18:02.411992 mtc Message with id 16 was extracted from the queue of BSCVTY.
04:18:02.412037 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
04:18:02.412051 mtc Message with id 17 was extracted from the queue of BSCVTY.
04:18:02.412063 mtc Stop timer T: 2 s
04:18:02.412082 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:18:02.412105 mtc Start timer T: 2 s
04:18:02.412179 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 18
04:18:02.412200 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
04:18:02.412258 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 18
04:18:02.412274 mtc Message with id 18 was extracted from the queue of BSCVTY.
04:18:02.412302 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
04:18:02.412311 mtc Message with id 19 was extracted from the queue of BSCVTY.
04:18:02.412317 mtc Stop timer T: 2 s
04:18:02.412327 mtc Sent on BSCVTY to system charstring : "end"
04:18:02.412345 mtc Start timer T: 2 s
04:18:02.412393 mtc Message enqueued on BSCVTY from system charstring : " end" id 20
04:18:02.412412 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21
04:18:02.412477 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20
04:18:02.412496 mtc Message with id 20 was extracted from the queue of BSCVTY.
04:18:02.412521 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21
04:18:02.412531 mtc Message with id 21 was extracted from the queue of BSCVTY.
04:18:02.412538 mtc Stop timer T: 2 s
04:18:02.412552 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:02.412577 mtc Start timer T: 2 s
04:18:02.412638 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22
04:18:02.412692 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22
04:18:02.412703 mtc Message with id 22 was extracted from the queue of BSCVTY.
04:18:02.412710 mtc Stop timer T: 2 s
04:18:02.412721 mtc Sent on BSCVTY to system charstring : "network"
04:18:02.412738 mtc Start timer T: 2 s
04:18:02.412786 mtc Message enqueued on BSCVTY from system charstring : " network" id 23
04:18:02.412812 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24
04:18:02.412869 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23
04:18:02.412883 mtc Message with id 23 was extracted from the queue of BSCVTY.
04:18:02.412916 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24
04:18:02.412925 mtc Message with id 24 was extracted from the queue of BSCVTY.
04:18:02.412932 mtc Stop timer T: 2 s
04:18:02.412944 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:02.412971 mtc Start timer T: 2 s
04:18:02.413020 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 25
04:18:02.413042 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
04:18:02.413095 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25
04:18:02.413110 mtc Message with id 25 was extracted from the queue of BSCVTY.
04:18:02.413148 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
04:18:02.413161 mtc Message with id 26 was extracted from the queue of BSCVTY.
04:18:02.413173 mtc Stop timer T: 2 s
04:18:02.413193 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:18:02.413294 mtc Start timer T: 2 s
04:18:02.413345 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27
04:18:02.413364 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
04:18:02.413414 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27
04:18:02.413425 mtc Message with id 27 was extracted from the queue of BSCVTY.
04:18:02.413456 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
04:18:02.413465 mtc Message with id 28 was extracted from the queue of BSCVTY.
04:18:02.413471 mtc Stop timer T: 2 s
04:18:02.413482 mtc Sent on BSCVTY to system charstring : "end"
04:18:02.413500 mtc Start timer T: 2 s
04:18:02.413550 mtc Message enqueued on BSCVTY from system charstring : " end" id 29
04:18:02.413572 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30
04:18:02.413623 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29
04:18:02.413635 mtc Message with id 29 was extracted from the queue of BSCVTY.
04:18:02.413659 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30
04:18:02.413671 mtc Message with id 30 was extracted from the queue of BSCVTY.
04:18:02.413679 mtc Stop timer T: 2 s
04:18:02.413691 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:02.413714 mtc Start timer T: 2 s
04:18:02.413763 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31
04:18:02.413818 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31
04:18:02.413834 mtc Message with id 31 was extracted from the queue of BSCVTY.
04:18:02.413843 mtc Stop timer T: 2 s
04:18:02.413855 mtc Sent on BSCVTY to system charstring : "network"
04:18:02.413873 mtc Start timer T: 2 s
04:18:02.413921 mtc Message enqueued on BSCVTY from system charstring : " network" id 32
04:18:02.413939 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33
04:18:02.413995 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32
04:18:02.414009 mtc Message with id 32 was extracted from the queue of BSCVTY.
04:18:02.414050 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33
04:18:02.414063 mtc Message with id 33 was extracted from the queue of BSCVTY.
04:18:02.414074 mtc Stop timer T: 2 s
04:18:02.414093 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:02.414115 mtc Start timer T: 2 s
04:18:02.414161 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 34
04:18:02.414177 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
04:18:02.414216 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34
04:18:02.414226 mtc Message with id 34 was extracted from the queue of BSCVTY.
04:18:02.414255 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
04:18:02.414265 mtc Message with id 35 was extracted from the queue of BSCVTY.
04:18:02.414275 mtc Stop timer T: 2 s
04:18:02.414297 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:18:02.414319 mtc Start timer T: 2 s
04:18:02.414400 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:18:02.414422 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
04:18:02.414484 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:18:02.414498 mtc Message with id 36 was extracted from the queue of BSCVTY.
04:18:02.414540 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
04:18:02.414554 mtc Message with id 37 was extracted from the queue of BSCVTY.
04:18:02.414565 mtc Stop timer T: 2 s
04:18:02.414582 mtc Sent on BSCVTY to system charstring : "end"
04:18:02.414605 mtc Start timer T: 2 s
04:18:02.414649 mtc Message enqueued on BSCVTY from system charstring : " end" id 38
04:18:02.414665 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
04:18:02.414723 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38
04:18:02.414737 mtc Message with id 38 was extracted from the queue of BSCVTY.
04:18:02.414762 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
04:18:02.414774 mtc Message with id 39 was extracted from the queue of BSCVTY.
04:18:02.414785 mtc Stop timer T: 2 s
04:18:02.414801 mtc Sent on BSCVTY to system charstring : "write terminal"
04:18:02.414824 mtc Start timer T: 2 s
04:18:02.415150 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:18:02.415193 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
04:18:02.416487 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:18:02.416525 mtc Message with id 40 was extracted from the queue of BSCVTY.
04:18:02.416542 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
04:18:02.416550 mtc Message with id 41 was extracted from the queue of BSCVTY.
04:18:02.416556 mtc Stop timer T: 2 s
04:18:02.416568 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:18:02.416586 mtc Start timer T: 2 s
04:18:02.416713 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42
04:18:02.416751 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42
04:18:02.416766 mtc Message with id 42 was extracted from the queue of BSCVTY.
04:18:02.416779 mtc Stop timer T: 2 s
04:18:02.416795 mtc Start timer T: 1 s
04:18:02.619489 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004CB50100000059061A00000000000000000000000000000000FF9D0400'O } id 1
04:18:02.619624 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19637, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1
04:18:02.854984 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004CE80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 2
04:18:02.855258 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19688, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 2
04:18:03.090202 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D1B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 3
04:18:03.090324 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19739, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 3
04:18:03.325511 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D4E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 4
04:18:03.325652 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19790, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 4
04:18:03.416819 mtc Timeout T: 1 s
04:18:03.416875 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:18:03.416894 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:18:03.416906 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:18:03.416917 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:18:03.416944 mtc Port GSMTAP was cleared.
04:18:03.416969 mtc Start timer T: 8 s
04:18:03.560904 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D8101000000550602BFE809B3FF00000000000000000000007900002B'O } id 5
04:18:03.561018 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19841, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 5
04:18:03.561080 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19841, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 5
04:18:03.561100 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:18:03.561185 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:18:03.796324 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004DB40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 6
04:18:03.796477 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19892, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 6
04:18:03.796571 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19892, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 6
04:18:03.796612 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:18:03.796730 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:18:04.031634 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004DE70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 7
04:18:04.031758 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19943, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7
04:18:04.031852 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19943, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 7
04:18:04.031877 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:18:04.032000 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:18:04.267121 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E1A010000005506198FB380000000000000000000000000009D04002B'O } id 8
04:18:04.267389 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19994, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 8
04:18:04.267579 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 19994, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 8
04:18:04.267663 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:18:04.267872 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:18:04.502686 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E4D0100000059061A00000000000000000000000000000000FF9D0400'O } id 9
04:18:04.503024 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20045, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9
04:18:04.503285 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20045, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9
04:18:04.503425 mtc Message with id 9 was extracted from the queue of GSMTAP.
04:18:04.503705 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:18:04.738042 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E800100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 10
04:18:04.738373 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20096, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 10
04:18:04.738699 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20096, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 10
04:18:04.738820 mtc Message with id 10 was extracted from the queue of GSMTAP.
04:18:04.739149 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:18:04.973258 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004EB30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 11
04:18:04.973371 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20147, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 11
04:18:04.973449 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20147, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 11
04:18:04.973496 mtc Message with id 11 was extracted from the queue of GSMTAP.
04:18:04.973642 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:18:05.208490 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004EE6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 12
04:18:05.208610 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20198, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 12
04:18:05.208670 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20198, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 12
04:18:05.208695 mtc Message with id 12 was extracted from the queue of GSMTAP.
04:18:05.208765 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:18:05.443837 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F1901000000550602BFE809B3FF00000000000000000000007900002B'O } id 13
04:18:05.443986 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20249, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 13
04:18:05.444068 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20249, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 13
04:18:05.444102 mtc Message with id 13 was extracted from the queue of GSMTAP.
04:18:05.444203 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:18:05.679189 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F4C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 14
04:18:05.679317 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20300, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 14
04:18:05.679377 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20300, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 14
04:18:05.679402 mtc Message with id 14 was extracted from the queue of GSMTAP.
04:18:05.679511 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:18:05.914539 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F7F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 15
04:18:05.914665 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20351, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 15
04:18:05.914747 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20351, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 15
04:18:05.914783 mtc Message with id 15 was extracted from the queue of GSMTAP.
04:18:05.914900 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:18:06.149904 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004FB2010000005506198FB380000000000000000000000000009D04002B'O } id 16
04:18:06.150031 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20402, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 16
04:18:06.150106 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20402, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 16
04:18:06.150134 mtc Message with id 16 was extracted from the queue of GSMTAP.
04:18:06.150227 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:18:06.385365 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004FE50100000059061A00000000000000000000000000000000FF9D0400'O } id 17
04:18:06.385553 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20453, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17
04:18:06.385676 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20453, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17
04:18:06.385753 mtc Message with id 17 was extracted from the queue of GSMTAP.
04:18:06.385923 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:18:06.620718 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050180100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 18
04:18:06.620849 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20504, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 18
04:18:06.620912 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20504, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 18
04:18:06.620950 mtc Message with id 18 was extracted from the queue of GSMTAP.
04:18:06.621043 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:18:06.856007 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000504B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 19
04:18:06.856118 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20555, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 19
04:18:06.856176 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20555, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 19
04:18:06.856200 mtc Message with id 19 was extracted from the queue of GSMTAP.
04:18:06.856286 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:18:07.091401 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000507E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 20
04:18:07.091499 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20606, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 20
04:18:07.091551 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20606, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 20
04:18:07.091577 mtc Message with id 20 was extracted from the queue of GSMTAP.
04:18:07.091640 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:18:07.326775 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050B101000000550602BFE809B3FF00000000000000000000007900002B'O } id 21
04:18:07.326882 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20657, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 21
04:18:07.326982 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20657, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 21
04:18:07.327008 mtc Message with id 21 was extracted from the queue of GSMTAP.
04:18:07.327074 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:18:07.562181 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050E40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 22
04:18:07.562295 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20708, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 22
04:18:07.562361 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20708, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 22
04:18:07.562406 mtc Message with id 22 was extracted from the queue of GSMTAP.
04:18:07.562493 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:18:07.797500 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051170100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 23
04:18:07.797593 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20759, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 23
04:18:07.797663 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20759, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 23
04:18:07.797689 mtc Message with id 23 was extracted from the queue of GSMTAP.
04:18:07.797782 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:18:08.032830 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000514A010000005506198FB380000000000000000000000000009D04002B'O } id 24
04:18:08.032961 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20810, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 24
04:18:08.033028 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20810, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 24
04:18:08.033054 mtc Message with id 24 was extracted from the queue of GSMTAP.
04:18:08.033131 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:18:08.268196 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000517D0100000059061A00000000000000000000000000000000FF9D0400'O } id 25
04:18:08.268334 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20861, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25
04:18:08.268406 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20861, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25
04:18:08.268443 mtc Message with id 25 was extracted from the queue of GSMTAP.
04:18:08.268545 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:18:08.503599 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051B00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 26
04:18:08.503759 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20912, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 26
04:18:08.503883 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20912, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 26
04:18:08.503907 mtc Message with id 26 was extracted from the queue of GSMTAP.
04:18:08.504025 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:18:08.738986 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051E30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 27
04:18:08.739159 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20963, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 27
04:18:08.739236 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20963, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 27
04:18:08.739258 mtc Message with id 27 was extracted from the queue of GSMTAP.
04:18:08.739355 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:18:08.974283 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005216010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 28
04:18:08.974437 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21014, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 28
04:18:08.974521 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21014, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 28
04:18:08.974552 mtc Message with id 28 was extracted from the queue of GSMTAP.
04:18:08.974622 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:18:09.209957 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000524901000000550602BFE809B3FF00000000000000000000007900002B'O } id 29
04:18:09.210286 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21065, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 29
04:18:09.210553 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21065, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 29
04:18:09.210673 mtc Message with id 29 was extracted from the queue of GSMTAP.
04:18:09.210944 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:18:09.445130 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000527C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 30
04:18:09.445394 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21116, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 30
04:18:09.445559 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21116, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 30
04:18:09.445648 mtc Message with id 30 was extracted from the queue of GSMTAP.
04:18:09.445861 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:18:09.680725 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000052AF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 31
04:18:09.681098 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21167, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 31
04:18:09.681333 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21167, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 31
04:18:09.681431 mtc Message with id 31 was extracted from the queue of GSMTAP.
04:18:09.681746 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:18:09.915917 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000052E2010000005506198FB380000000000000000000000000009D04002B'O } id 32
04:18:09.916247 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21218, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 32
04:18:09.916450 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21218, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 32
04:18:09.916537 mtc Message with id 32 was extracted from the queue of GSMTAP.
04:18:09.916784 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:18:10.151519 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053150100000059061A00000000000000000000000000000000FF9D0400'O } id 33
04:18:10.151902 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21269, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33
04:18:10.152156 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21269, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33
04:18:10.152294 mtc Message with id 33 was extracted from the queue of GSMTAP.
04:18:10.152536 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:18:10.386612 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053480100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 34
04:18:10.386904 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21320, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 34
04:18:10.387108 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21320, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 34
04:18:10.387206 mtc Message with id 34 was extracted from the queue of GSMTAP.
04:18:10.387495 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:18:10.621899 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000537B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 35
04:18:10.622032 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21371, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 35
04:18:10.622104 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21371, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 35
04:18:10.622129 mtc Message with id 35 was extracted from the queue of GSMTAP.
04:18:10.622220 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:18:10.857257 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 36
04:18:10.857367 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21422, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 36
04:18:10.857431 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21422, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 36
04:18:10.857469 mtc Message with id 36 was extracted from the queue of GSMTAP.
04:18:10.857533 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:18:11.092621 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053E101000000550602BFE809B3FF00000000000000000000007900002B'O } id 37
04:18:11.092731 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21473, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 37
04:18:11.092792 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21473, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 37
04:18:11.092825 mtc Message with id 37 was extracted from the queue of GSMTAP.
04:18:11.092895 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:18:11.328290 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054140100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 38
04:18:11.328625 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21524, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 38
04:18:11.328861 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21524, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 38
04:18:11.328990 mtc Message with id 38 was extracted from the queue of GSMTAP.
04:18:11.329260 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:18:11.417028 mtc Timeout T: 8 s
04:18:11.417115 mtc "TC_si_sched_2bis": TC=0 has #of SI=4
04:18:11.417161 mtc "TC_si_sched_2bis": TC=1 has #of SI=4
04:18:11.417192 mtc "TC_si_sched_2bis": TC=2 has #of SI=4
04:18:11.417223 mtc "TC_si_sched_2bis": TC=3 has #of SI=4
04:18:11.417252 mtc "TC_si_sched_2bis": TC=4 has #of SI=4
04:18:11.417278 mtc "TC_si_sched_2bis": TC=5 has #of SI=5
04:18:11.417309 mtc "TC_si_sched_2bis": TC=6 has #of SI=5
04:18:11.417347 mtc "TC_si_sched_2bis": TC=7 has #of SI=4
04:18:11.417442 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:11.417805 mtc Start timer T: 2 s
04:18:11.417935 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43
04:18:11.418175 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43
04:18:11.418257 mtc Message with id 43 was extracted from the queue of BSCVTY.
04:18:11.418313 mtc Stop timer T: 2 s
04:18:11.418421 mtc Sent on BSCVTY to system charstring : "network"
04:18:11.418524 mtc Start timer T: 2 s
04:18:11.418773 mtc Message enqueued on BSCVTY from system charstring : " network" id 44
04:18:11.418879 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45
04:18:11.419126 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44
04:18:11.419191 mtc Message with id 44 was extracted from the queue of BSCVTY.
04:18:11.419373 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45
04:18:11.419428 mtc Message with id 45 was extracted from the queue of BSCVTY.
04:18:11.419477 mtc Stop timer T: 2 s
04:18:11.419555 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:11.419655 mtc Start timer T: 2 s
04:18:11.419842 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 46
04:18:11.419909 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
04:18:11.420062 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46
04:18:11.420106 mtc Message with id 46 was extracted from the queue of BSCVTY.
04:18:11.420226 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
04:18:11.420272 mtc Message with id 47 was extracted from the queue of BSCVTY.
04:18:11.420314 mtc Stop timer T: 2 s
04:18:11.420393 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:18:11.420485 mtc Start timer T: 2 s
04:18:11.420783 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48
04:18:11.420852 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
04:18:11.421028 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48
04:18:11.421078 mtc Message with id 48 was extracted from the queue of BSCVTY.
04:18:11.421244 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
04:18:11.421300 mtc Message with id 49 was extracted from the queue of BSCVTY.
04:18:11.421347 mtc Stop timer T: 2 s
04:18:11.421418 mtc Sent on BSCVTY to system charstring : "end"
04:18:11.421511 mtc Start timer T: 2 s
04:18:11.421689 mtc Message enqueued on BSCVTY from system charstring : " end" id 50
04:18:11.421752 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51
04:18:11.421960 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50
04:18:11.422004 mtc Message with id 50 was extracted from the queue of BSCVTY.
04:18:11.422061 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51
04:18:11.422090 mtc Message with id 51 was extracted from the queue of BSCVTY.
04:18:11.422115 mtc Stop timer T: 2 s
04:18:11.422157 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:11.422231 mtc Start timer T: 2 s
04:18:11.422497 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52
04:18:11.422764 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52
04:18:11.422832 mtc Message with id 52 was extracted from the queue of BSCVTY.
04:18:11.422887 mtc Stop timer T: 2 s
04:18:11.422965 mtc Sent on BSCVTY to system charstring : "network"
04:18:11.423072 mtc Start timer T: 2 s
04:18:11.423259 mtc Message enqueued on BSCVTY from system charstring : " network" id 53
04:18:11.423329 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54
04:18:11.423563 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53
04:18:11.423622 mtc Message with id 53 was extracted from the queue of BSCVTY.
04:18:11.423799 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54
04:18:11.423853 mtc Message with id 54 was extracted from the queue of BSCVTY.
04:18:11.423900 mtc Stop timer T: 2 s
04:18:11.423977 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:11.424068 mtc Start timer T: 2 s
04:18:11.424265 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 55
04:18:11.424342 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
04:18:11.424568 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55
04:18:11.424625 mtc Message with id 55 was extracted from the queue of BSCVTY.
04:18:11.424800 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
04:18:11.424855 mtc Message with id 56 was extracted from the queue of BSCVTY.
04:18:11.424901 mtc Stop timer T: 2 s
04:18:11.424982 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:18:11.425073 mtc Start timer T: 2 s
04:18:11.425278 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57
04:18:11.425299 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
04:18:11.425351 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57
04:18:11.425363 mtc Message with id 57 was extracted from the queue of BSCVTY.
04:18:11.425389 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
04:18:11.425397 mtc Message with id 58 was extracted from the queue of BSCVTY.
04:18:11.425403 mtc Stop timer T: 2 s
04:18:11.425414 mtc Sent on BSCVTY to system charstring : "end"
04:18:11.425431 mtc Start timer T: 2 s
04:18:11.425471 mtc Message enqueued on BSCVTY from system charstring : " end" id 59
04:18:11.425511 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60
04:18:11.425581 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59
04:18:11.425598 mtc Message with id 59 was extracted from the queue of BSCVTY.
04:18:11.425637 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60
04:18:11.425648 mtc Message with id 60 was extracted from the queue of BSCVTY.
04:18:11.425656 mtc Stop timer T: 2 s
04:18:11.425668 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:11.425692 mtc Start timer T: 2 s
04:18:11.425751 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61
04:18:11.425810 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61
04:18:11.425824 mtc Message with id 61 was extracted from the queue of BSCVTY.
04:18:11.425837 mtc Stop timer T: 2 s
04:18:11.425851 mtc Sent on BSCVTY to system charstring : "network"
04:18:11.425875 mtc Start timer T: 2 s
04:18:11.425913 mtc Message enqueued on BSCVTY from system charstring : " network" id 62
04:18:11.425929 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63
04:18:11.425982 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62
04:18:11.425996 mtc Message with id 62 was extracted from the queue of BSCVTY.
04:18:11.426031 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63
04:18:11.426041 mtc Message with id 63 was extracted from the queue of BSCVTY.
04:18:11.426053 mtc Stop timer T: 2 s
04:18:11.426068 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:11.426087 mtc Start timer T: 2 s
04:18:11.426129 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 64
04:18:11.426144 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
04:18:11.426186 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64
04:18:11.426197 mtc Message with id 64 was extracted from the queue of BSCVTY.
04:18:11.426225 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
04:18:11.426238 mtc Message with id 65 was extracted from the queue of BSCVTY.
04:18:11.426245 mtc Stop timer T: 2 s
04:18:11.426257 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:18:11.426274 mtc Start timer T: 2 s
04:18:11.426334 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66
04:18:11.426349 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
04:18:11.426401 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66
04:18:11.426416 mtc Message with id 66 was extracted from the queue of BSCVTY.
04:18:11.426447 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
04:18:11.426457 mtc Message with id 67 was extracted from the queue of BSCVTY.
04:18:11.426465 mtc Stop timer T: 2 s
04:18:11.426480 mtc Sent on BSCVTY to system charstring : "end"
04:18:11.426500 mtc Start timer T: 2 s
04:18:11.426545 mtc Message enqueued on BSCVTY from system charstring : " end" id 68
04:18:11.426558 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69
04:18:11.426595 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68
04:18:11.426605 mtc Message with id 68 was extracted from the queue of BSCVTY.
04:18:11.426621 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69
04:18:11.426629 mtc Message with id 69 was extracted from the queue of BSCVTY.
04:18:11.426636 mtc Stop timer T: 2 s
04:18:11.426648 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:11.426666 mtc Start timer T: 2 s
04:18:11.426717 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70
04:18:11.426761 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70
04:18:11.426771 mtc Message with id 70 was extracted from the queue of BSCVTY.
04:18:11.426780 mtc Stop timer T: 2 s
04:18:11.426796 mtc Sent on BSCVTY to system charstring : "network"
04:18:11.426848 mtc Start timer T: 2 s
04:18:11.426876 mtc Message enqueued on BSCVTY from system charstring : " network" id 71
04:18:11.426891 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72
04:18:11.426946 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71
04:18:11.426961 mtc Message with id 71 was extracted from the queue of BSCVTY.
04:18:11.427004 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72
04:18:11.427017 mtc Message with id 72 was extracted from the queue of BSCVTY.
04:18:11.427029 mtc Stop timer T: 2 s
04:18:11.427047 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:11.427072 mtc Start timer T: 2 s
04:18:11.427116 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 73
04:18:11.427130 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
04:18:11.427184 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73
04:18:11.427198 mtc Message with id 73 was extracted from the queue of BSCVTY.
04:18:11.427254 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
04:18:11.427269 mtc Message with id 74 was extracted from the queue of BSCVTY.
04:18:11.427281 mtc Stop timer T: 2 s
04:18:11.427304 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:18:11.427328 mtc Start timer T: 2 s
04:18:11.427405 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:18:11.427423 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
04:18:11.427484 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:18:11.427495 mtc Message with id 75 was extracted from the queue of BSCVTY.
04:18:11.427525 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
04:18:11.427535 mtc Message with id 76 was extracted from the queue of BSCVTY.
04:18:11.427543 mtc Stop timer T: 2 s
04:18:11.427556 mtc Sent on BSCVTY to system charstring : "end"
04:18:11.427575 mtc Start timer T: 2 s
04:18:11.427620 mtc Message enqueued on BSCVTY from system charstring : " end" id 77
04:18:11.427636 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
04:18:11.427695 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77
04:18:11.427710 mtc Message with id 77 was extracted from the queue of BSCVTY.
04:18:11.427738 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
04:18:11.427752 mtc Message with id 78 was extracted from the queue of BSCVTY.
04:18:11.427765 mtc Stop timer T: 2 s
04:18:11.427782 mtc Sent on BSCVTY to system charstring : "write terminal"
04:18:11.427807 mtc Start timer T: 2 s
04:18:11.428140 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:18:11.428187 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
04:18:11.429547 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:18:11.429586 mtc Message with id 79 was extracted from the queue of BSCVTY.
04:18:11.429603 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
04:18:11.429612 mtc Message with id 80 was extracted from the queue of BSCVTY.
04:18:11.429619 mtc Stop timer T: 2 s
04:18:11.429632 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:18:11.429652 mtc Start timer T: 2 s
04:18:11.429779 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81
04:18:11.429819 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81
04:18:11.429834 mtc Message with id 81 was extracted from the queue of BSCVTY.
04:18:11.429849 mtc Stop timer T: 2 s
04:18:11.429863 mtc Start timer T: 1 s
04:18:11.563420 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 39
04:18:11.563658 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21575, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 39
04:18:11.798840 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000547A010000005506198FB380000000000000000000000000009D04002B'O } id 40
04:18:11.799188 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21626, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 40
04:18:12.034214 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 41
04:18:12.034576 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21677, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 41
04:18:12.269537 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054E00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42
04:18:12.269791 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21728, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42
04:18:12.430034 mtc Timeout T: 1 s
04:18:12.430104 mtc setverdict(pass): none -> pass
04:18:12.430147 mtc Terminating component type Test.dummy_CT.
04:18:12.430173 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:18:12.430212 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:18:12.430234 mtc Message with id 39 was extracted from the queue of GSMTAP.
04:18:12.430252 mtc Message with id 40 was extracted from the queue of GSMTAP.
04:18:12.430263 mtc Message with id 41 was extracted from the queue of GSMTAP.
04:18:12.430275 mtc Message with id 42 was extracted from the queue of GSMTAP.
04:18:12.430285 mtc Port GSMTAP was stopped.
04:18:12.430298 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:18:12.430349 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:18:12.430392 mtc Port BSCVTY was stopped.
04:18:12.430413 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2bis.
04:18:12.430437 mtc Waiting for PTCs to finish.
04:18:12.430501 mtc Setting final verdict of the test case.
04:18:12.430539 mtc Local verdict of MTC: pass
04:18:12.430564 mtc No PTCs were created.
04:18:12.430578 mtc Test case TC_si_sched_2bis finished. Verdict: pass
04:18:12.430638 mtc Executing test case TC_si_sched_2ter in module Test.
04:18:12.430680 mtc Test case TC_si_sched_2ter started.
04:18:12.430700 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter.
04:18:12.430749 mtc Port GSMTAP was started.
04:18:12.430779 mtc Port BSCVTY was started.
04:18:12.430796 mtc Component type Test.dummy_CT was initialized.
04:18:12.430817 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:18:12.430896 mtc Port GSMTAP was mapped to system:GSMTAP.
04:18:12.430948 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:18:12.430978 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:18:12.431042 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:18:12.431237 mtc Port BSCVTY was mapped to system:BSCVTY.
04:18:12.431299 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:18:12.431333 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:18:12.431360 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:18:12.431385 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:18:12.431451 mtc Sent on BSCVTY to system charstring : "enable"
04:18:12.431499 mtc Start timer T: 2 s
04:18:12.431583 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:18:12.431646 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:18:12.431670 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:18:12.431691 mtc Stop timer T: 2 s
04:18:12.431718 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:12.431757 mtc Start timer T: 2 s
04:18:12.431897 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:18:12.431980 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:18:12.432000 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:18:12.432019 mtc Stop timer T: 2 s
04:18:12.432049 mtc Sent on BSCVTY to system charstring : "network"
04:18:12.432088 mtc Start timer T: 2 s
04:18:12.432177 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:18:12.432219 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:18:12.432302 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:18:12.432323 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:18:12.432385 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:18:12.432405 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:18:12.432421 mtc Stop timer T: 2 s
04:18:12.432448 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:12.432480 mtc Start timer T: 2 s
04:18:12.432555 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:18:12.432580 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:18:12.432661 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:18:12.432683 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:18:12.432748 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:18:12.432767 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:18:12.432783 mtc Stop timer T: 2 s
04:18:12.432812 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:18:12.432845 mtc Start timer T: 2 s
04:18:12.432981 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7
04:18:12.433013 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:18:12.433085 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7
04:18:12.433101 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:18:12.433140 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:18:12.433152 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:18:12.433161 mtc Stop timer T: 2 s
04:18:12.433177 mtc Sent on BSCVTY to system charstring : "end"
04:18:12.433204 mtc Start timer T: 2 s
04:18:12.433284 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:18:12.433322 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:18:12.433418 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:18:12.433440 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:18:12.433479 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:18:12.433510 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:18:12.433528 mtc Stop timer T: 2 s
04:18:12.433546 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:12.433576 mtc Start timer T: 2 s
04:18:12.433677 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11
04:18:12.433770 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11
04:18:12.433792 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:18:12.433810 mtc Stop timer T: 2 s
04:18:12.433836 mtc Sent on BSCVTY to system charstring : "network"
04:18:12.433921 mtc Start timer T: 2 s
04:18:12.433965 mtc Message enqueued on BSCVTY from system charstring : " network" id 12
04:18:12.433988 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13
04:18:12.434069 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12
04:18:12.434093 mtc Message with id 12 was extracted from the queue of BSCVTY.
04:18:12.434156 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13
04:18:12.434177 mtc Message with id 13 was extracted from the queue of BSCVTY.
04:18:12.434195 mtc Stop timer T: 2 s
04:18:12.434223 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:12.434307 mtc Start timer T: 2 s
04:18:12.434347 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14
04:18:12.434366 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15
04:18:12.434437 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14
04:18:12.434453 mtc Message with id 14 was extracted from the queue of BSCVTY.
04:18:12.434492 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15
04:18:12.434506 mtc Message with id 15 was extracted from the queue of BSCVTY.
04:18:12.434518 mtc Stop timer T: 2 s
04:18:12.434536 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static"
04:18:12.434562 mtc Start timer T: 2 s
04:18:12.434686 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 16
04:18:12.434723 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
04:18:12.434818 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 16
04:18:12.434837 mtc Message with id 16 was extracted from the queue of BSCVTY.
04:18:12.434900 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
04:18:12.434917 mtc Message with id 17 was extracted from the queue of BSCVTY.
04:18:12.434927 mtc Stop timer T: 2 s
04:18:12.434952 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B"
04:18:12.434988 mtc Start timer T: 2 s
04:18:12.435084 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18
04:18:12.435112 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
04:18:12.435204 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18
04:18:12.435223 mtc Message with id 18 was extracted from the queue of BSCVTY.
04:18:12.435300 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
04:18:12.435322 mtc Message with id 19 was extracted from the queue of BSCVTY.
04:18:12.435340 mtc Stop timer T: 2 s
04:18:12.435368 mtc Sent on BSCVTY to system charstring : "end"
04:18:12.435404 mtc Start timer T: 2 s
04:18:12.435466 mtc Message enqueued on BSCVTY from system charstring : " end" id 20
04:18:12.435493 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21
04:18:12.435566 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20
04:18:12.435582 mtc Message with id 20 was extracted from the queue of BSCVTY.
04:18:12.435608 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21
04:18:12.435619 mtc Message with id 21 was extracted from the queue of BSCVTY.
04:18:12.435628 mtc Stop timer T: 2 s
04:18:12.435644 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:12.435671 mtc Start timer T: 2 s
04:18:12.435766 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22
04:18:12.435849 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22
04:18:12.435882 mtc Message with id 22 was extracted from the queue of BSCVTY.
04:18:12.435900 mtc Stop timer T: 2 s
04:18:12.435925 mtc Sent on BSCVTY to system charstring : "network"
04:18:12.435957 mtc Start timer T: 2 s
04:18:12.436023 mtc Message enqueued on BSCVTY from system charstring : " network" id 23
04:18:12.436048 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24
04:18:12.436129 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23
04:18:12.436149 mtc Message with id 23 was extracted from the queue of BSCVTY.
04:18:12.436218 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24
04:18:12.436238 mtc Message with id 24 was extracted from the queue of BSCVTY.
04:18:12.436255 mtc Stop timer T: 2 s
04:18:12.436280 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:12.436360 mtc Start timer T: 2 s
04:18:12.436402 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 25
04:18:12.436429 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
04:18:12.436513 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25
04:18:12.436534 mtc Message with id 25 was extracted from the queue of BSCVTY.
04:18:12.436602 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
04:18:12.436623 mtc Message with id 26 was extracted from the queue of BSCVTY.
04:18:12.436641 mtc Stop timer T: 2 s
04:18:12.436666 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:18:12.436761 mtc Start timer T: 2 s
04:18:12.436805 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27
04:18:12.436826 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
04:18:12.436891 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27
04:18:12.436905 mtc Message with id 27 was extracted from the queue of BSCVTY.
04:18:12.436947 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
04:18:12.436959 mtc Message with id 28 was extracted from the queue of BSCVTY.
04:18:12.436968 mtc Stop timer T: 2 s
04:18:12.436981 mtc Sent on BSCVTY to system charstring : "end"
04:18:12.437007 mtc Start timer T: 2 s
04:18:12.437080 mtc Message enqueued on BSCVTY from system charstring : " end" id 29
04:18:12.437135 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30
04:18:12.437262 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29
04:18:12.437284 mtc Message with id 29 was extracted from the queue of BSCVTY.
04:18:12.437324 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30
04:18:12.437363 mtc Message with id 30 was extracted from the queue of BSCVTY.
04:18:12.437384 mtc Stop timer T: 2 s
04:18:12.437426 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:12.437455 mtc Start timer T: 2 s
04:18:12.437521 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31
04:18:12.437612 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31
04:18:12.437634 mtc Message with id 31 was extracted from the queue of BSCVTY.
04:18:12.437650 mtc Stop timer T: 2 s
04:18:12.437674 mtc Sent on BSCVTY to system charstring : "network"
04:18:12.437702 mtc Start timer T: 2 s
04:18:12.437753 mtc Message enqueued on BSCVTY from system charstring : " network" id 32
04:18:12.437791 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33
04:18:12.437868 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32
04:18:12.437887 mtc Message with id 32 was extracted from the queue of BSCVTY.
04:18:12.438009 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33
04:18:12.438028 mtc Message with id 33 was extracted from the queue of BSCVTY.
04:18:12.438041 mtc Stop timer T: 2 s
04:18:12.438059 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:12.438090 mtc Start timer T: 2 s
04:18:12.438168 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 34
04:18:12.438194 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
04:18:12.438299 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34
04:18:12.438320 mtc Message with id 34 was extracted from the queue of BSCVTY.
04:18:12.438371 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
04:18:12.438437 mtc Message with id 35 was extracted from the queue of BSCVTY.
04:18:12.438453 mtc Stop timer T: 2 s
04:18:12.438474 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:18:12.438501 mtc Start timer T: 2 s
04:18:12.438611 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:18:12.438642 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
04:18:12.438756 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:18:12.438776 mtc Message with id 36 was extracted from the queue of BSCVTY.
04:18:12.438815 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
04:18:12.438829 mtc Message with id 37 was extracted from the queue of BSCVTY.
04:18:12.438838 mtc Stop timer T: 2 s
04:18:12.438851 mtc Sent on BSCVTY to system charstring : "end"
04:18:12.438875 mtc Start timer T: 2 s
04:18:12.438966 mtc Message enqueued on BSCVTY from system charstring : " end" id 38
04:18:12.438987 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
04:18:12.439035 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38
04:18:12.439047 mtc Message with id 38 was extracted from the queue of BSCVTY.
04:18:12.439066 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
04:18:12.439076 mtc Message with id 39 was extracted from the queue of BSCVTY.
04:18:12.439086 mtc Stop timer T: 2 s
04:18:12.439105 mtc Sent on BSCVTY to system charstring : "write terminal"
04:18:12.439138 mtc Start timer T: 2 s
04:18:12.439594 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:18:12.439665 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
04:18:12.441555 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:18:12.441617 mtc Message with id 40 was extracted from the queue of BSCVTY.
04:18:12.441644 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
04:18:12.441655 mtc Message with id 41 was extracted from the queue of BSCVTY.
04:18:12.441663 mtc Stop timer T: 2 s
04:18:12.441682 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:18:12.441708 mtc Start timer T: 2 s
04:18:12.442006 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42
04:18:12.442065 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42
04:18:12.442088 mtc Message with id 42 was extracted from the queue of BSCVTY.
04:18:12.442106 mtc Stop timer T: 2 s
04:18:12.442124 mtc Start timer T: 1 s
04:18:12.504766 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055130100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:18:12.504868 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21779, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:18:12.740471 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005546010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:18:12.740861 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21830, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:18:12.975854 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000557901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 3
04:18:12.976233 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21881, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 3
04:18:13.210978 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055AC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 4
04:18:13.211252 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21932, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 4
04:18:13.442150 mtc Timeout T: 1 s
04:18:13.442329 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:18:13.442423 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:18:13.442461 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:18:13.442497 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:18:13.442528 mtc Port GSMTAP was cleared.
04:18:13.442567 mtc Start timer T: 8 s
04:18:13.446431 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055DF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5
04:18:13.446701 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21983, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:18:13.446948 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 21983, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:18:13.447043 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:18:13.447395 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:18:13.681787 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005612010000005506198FB380000000000000000000000000009D04002B'O } id 6
04:18:13.682084 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22034, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:18:13.682284 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22034, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:18:13.682424 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:18:13.682675 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:18:13.917326 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056450100000059061A00000000000000000000000000000000FF9D0400'O } id 7
04:18:13.917650 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22085, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:18:13.917948 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22085, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:18:13.918064 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:18:13.918327 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:18:14.152688 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056780100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 8
04:18:14.153097 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22136, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 8
04:18:14.153344 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22136, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 8
04:18:14.153456 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:18:14.153763 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:18:14.387809 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056AB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 9
04:18:14.388181 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22187, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 9
04:18:14.388387 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22187, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 9
04:18:14.388480 mtc Message with id 9 was extracted from the queue of GSMTAP.
04:18:14.388758 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:18:14.623427 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 10
04:18:14.623832 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22238, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 10
04:18:14.624081 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22238, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 10
04:18:14.624221 mtc Message with id 10 was extracted from the queue of GSMTAP.
04:18:14.624451 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:18:14.858650 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000571101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 11
04:18:14.858927 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22289, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 11
04:18:14.859138 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22289, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 11
04:18:14.859213 mtc Message with id 11 was extracted from the queue of GSMTAP.
04:18:14.859440 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:18:15.093884 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057440100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 12
04:18:15.094133 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22340, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 12
04:18:15.094282 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22340, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 12
04:18:15.094354 mtc Message with id 12 was extracted from the queue of GSMTAP.
04:18:15.094653 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:18:15.329123 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057770100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 13
04:18:15.329244 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22391, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 13
04:18:15.329322 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22391, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 13
04:18:15.329386 mtc Message with id 13 was extracted from the queue of GSMTAP.
04:18:15.329478 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:18:15.564873 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057AA010000005506198FB380000000000000000000000000009D04002B'O } id 14
04:18:15.565224 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22442, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 14
04:18:15.565475 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22442, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 14
04:18:15.565628 mtc Message with id 14 was extracted from the queue of GSMTAP.
04:18:15.565872 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:18:15.800131 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057DD0100000059061A00000000000000000000000000000000FF9D0400'O } id 15
04:18:15.800473 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22493, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 15
04:18:15.800655 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22493, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 15
04:18:15.800737 mtc Message with id 15 was extracted from the queue of GSMTAP.
04:18:15.800992 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:18:16.035290 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058100100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 16
04:18:16.035406 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22544, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 16
04:18:16.035492 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22544, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 16
04:18:16.035513 mtc Message with id 16 was extracted from the queue of GSMTAP.
04:18:16.035623 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:18:16.270970 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058430100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 17
04:18:16.271351 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22595, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 17
04:18:16.271605 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22595, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 17
04:18:16.271723 mtc Message with id 17 was extracted from the queue of GSMTAP.
04:18:16.272054 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:18:16.506090 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005876010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 18
04:18:16.506429 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22646, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 18
04:18:16.506636 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22646, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 18
04:18:16.506729 mtc Message with id 18 was extracted from the queue of GSMTAP.
04:18:16.506863 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:18:16.741511 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058A901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 19
04:18:16.741806 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 19
04:18:16.741980 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 19
04:18:16.742074 mtc Message with id 19 was extracted from the queue of GSMTAP.
04:18:16.742305 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:18:16.976719 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058DC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 20
04:18:16.976828 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22748, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 20
04:18:16.976888 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22748, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 20
04:18:16.976909 mtc Message with id 20 was extracted from the queue of GSMTAP.
04:18:16.976998 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:18:17.212213 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000590F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 21
04:18:17.212451 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22799, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 21
04:18:17.212608 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22799, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 21
04:18:17.212705 mtc Message with id 21 was extracted from the queue of GSMTAP.
04:18:17.212980 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:18:17.447781 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005942010000005506198FB380000000000000000000000000009D04002B'O } id 22
04:18:17.448159 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22850, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 22
04:18:17.448412 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22850, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 22
04:18:17.448546 mtc Message with id 22 was extracted from the queue of GSMTAP.
04:18:17.448837 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:18:17.682999 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059750100000059061A00000000000000000000000000000000FF9D0400'O } id 23
04:18:17.683384 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22901, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 23
04:18:17.683614 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22901, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 23
04:18:17.683711 mtc Message with id 23 was extracted from the queue of GSMTAP.
04:18:17.683973 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:18:17.918439 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059A80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 24
04:18:17.918813 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22952, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 24
04:18:17.919040 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22952, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 24
04:18:17.919129 mtc Message with id 24 was extracted from the queue of GSMTAP.
04:18:17.919402 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:18:18.153675 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059DB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 25
04:18:18.153960 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23003, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 25
04:18:18.154130 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23003, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 25
04:18:18.154227 mtc Message with id 25 was extracted from the queue of GSMTAP.
04:18:18.154578 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:18:18.389017 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A0E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 26
04:18:18.389344 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23054, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 26
04:18:18.389553 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23054, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 26
04:18:18.389661 mtc Message with id 26 was extracted from the queue of GSMTAP.
04:18:18.389861 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:18:18.624599 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A4101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 27
04:18:18.624960 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 27
04:18:18.625181 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 27
04:18:18.625310 mtc Message with id 27 was extracted from the queue of GSMTAP.
04:18:18.625560 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:18:18.859588 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A740100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 28
04:18:18.859711 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23156, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 28
04:18:18.859783 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23156, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 28
04:18:18.859809 mtc Message with id 28 was extracted from the queue of GSMTAP.
04:18:18.859914 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:18:19.095341 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005AA70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 29
04:18:19.095745 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23207, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 29
04:18:19.136213 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23207, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 29
04:18:19.136261 mtc Message with id 29 was extracted from the queue of GSMTAP.
04:18:19.136373 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:18:19.330706 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005ADA010000005506198FB380000000000000000000000000009D04002B'O } id 30
04:18:19.331054 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23258, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 30
04:18:19.331274 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23258, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 30
04:18:19.331422 mtc Message with id 30 was extracted from the queue of GSMTAP.
04:18:19.331728 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:18:19.565903 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B0D0100000059061A00000000000000000000000000000000FF9D0400'O } id 31
04:18:19.566213 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23309, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 31
04:18:19.566429 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23309, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 31
04:18:19.566514 mtc Message with id 31 was extracted from the queue of GSMTAP.
04:18:19.566697 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:18:19.801061 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B400100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 32
04:18:19.801188 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23360, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 32
04:18:19.801277 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23360, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 32
04:18:19.801317 mtc Message with id 32 was extracted from the queue of GSMTAP.
04:18:19.801398 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:18:20.036805 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B730100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 33
04:18:20.037157 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23411, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 33
04:18:20.037371 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23411, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 33
04:18:20.037499 mtc Message with id 33 was extracted from the queue of GSMTAP.
04:18:20.037919 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:18:20.271816 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005BA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 34
04:18:20.271922 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23462, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 34
04:18:20.272017 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23462, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 34
04:18:20.272049 mtc Message with id 34 was extracted from the queue of GSMTAP.
04:18:20.272140 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:18:20.507519 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005BD901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 35
04:18:20.507917 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23513, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 35
04:18:20.508179 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23513, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 35
04:18:20.508297 mtc Message with id 35 was extracted from the queue of GSMTAP.
04:18:20.508564 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:18:20.742692 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C0C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 36
04:18:20.742996 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23564, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 36
04:18:20.743193 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23564, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 36
04:18:20.743291 mtc Message with id 36 was extracted from the queue of GSMTAP.
04:18:20.743541 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:18:20.978134 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C3F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 37
04:18:20.978547 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23615, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 37
04:18:20.978744 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23615, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 37
04:18:20.978849 mtc Message with id 37 was extracted from the queue of GSMTAP.
04:18:20.979160 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:18:21.213618 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C72010000005506198FB380000000000000000000000000009D04002B'O } id 38
04:18:21.213995 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23666, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 38
04:18:21.214279 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23666, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 38
04:18:21.214471 mtc Message with id 38 was extracted from the queue of GSMTAP.
04:18:21.214738 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:18:21.442646 mtc Timeout T: 8 s
04:18:21.442712 mtc "TC_si_sched_2ter": TC=0 has #of SI=5
04:18:21.442747 mtc "TC_si_sched_2ter": TC=1 has #of SI=4
04:18:21.442760 mtc "TC_si_sched_2ter": TC=2 has #of SI=4
04:18:21.442770 mtc "TC_si_sched_2ter": TC=3 has #of SI=4
04:18:21.442780 mtc "TC_si_sched_2ter": TC=4 has #of SI=4
04:18:21.442790 mtc "TC_si_sched_2ter": TC=5 has #of SI=4
04:18:21.442800 mtc "TC_si_sched_2ter": TC=6 has #of SI=4
04:18:21.442811 mtc "TC_si_sched_2ter": TC=7 has #of SI=5
04:18:21.442839 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:21.442906 mtc Start timer T: 2 s
04:18:21.443057 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43
04:18:21.443156 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43
04:18:21.443172 mtc Message with id 43 was extracted from the queue of BSCVTY.
04:18:21.443185 mtc Stop timer T: 2 s
04:18:21.443204 mtc Sent on BSCVTY to system charstring : "network"
04:18:21.443228 mtc Start timer T: 2 s
04:18:21.443300 mtc Message enqueued on BSCVTY from system charstring : " network" id 44
04:18:21.443337 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45
04:18:21.443390 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44
04:18:21.443402 mtc Message with id 44 was extracted from the queue of BSCVTY.
04:18:21.443429 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45
04:18:21.443438 mtc Message with id 45 was extracted from the queue of BSCVTY.
04:18:21.443444 mtc Stop timer T: 2 s
04:18:21.443457 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:21.443479 mtc Start timer T: 2 s
04:18:21.443539 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 46
04:18:21.443560 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
04:18:21.443612 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46
04:18:21.443629 mtc Message with id 46 was extracted from the queue of BSCVTY.
04:18:21.443672 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
04:18:21.443683 mtc Message with id 47 was extracted from the queue of BSCVTY.
04:18:21.443690 mtc Stop timer T: 2 s
04:18:21.443703 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:18:21.443724 mtc Start timer T: 2 s
04:18:21.443827 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48
04:18:21.443847 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
04:18:21.443913 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48
04:18:21.443925 mtc Message with id 48 was extracted from the queue of BSCVTY.
04:18:21.443959 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
04:18:21.443974 mtc Message with id 49 was extracted from the queue of BSCVTY.
04:18:21.443982 mtc Stop timer T: 2 s
04:18:21.443993 mtc Sent on BSCVTY to system charstring : "end"
04:18:21.444012 mtc Start timer T: 2 s
04:18:21.444067 mtc Message enqueued on BSCVTY from system charstring : " end" id 50
04:18:21.444089 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51
04:18:21.444146 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50
04:18:21.444161 mtc Message with id 50 was extracted from the queue of BSCVTY.
04:18:21.444187 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51
04:18:21.444197 mtc Message with id 51 was extracted from the queue of BSCVTY.
04:18:21.444203 mtc Stop timer T: 2 s
04:18:21.444215 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:21.444236 mtc Start timer T: 2 s
04:18:21.444304 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52
04:18:21.444358 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52
04:18:21.444373 mtc Message with id 52 was extracted from the queue of BSCVTY.
04:18:21.444385 mtc Stop timer T: 2 s
04:18:21.444403 mtc Sent on BSCVTY to system charstring : "network"
04:18:21.444426 mtc Start timer T: 2 s
04:18:21.444475 mtc Message enqueued on BSCVTY from system charstring : " network" id 53
04:18:21.444493 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54
04:18:21.444548 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53
04:18:21.444564 mtc Message with id 53 was extracted from the queue of BSCVTY.
04:18:21.444607 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54
04:18:21.444621 mtc Message with id 54 was extracted from the queue of BSCVTY.
04:18:21.444632 mtc Stop timer T: 2 s
04:18:21.444651 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:21.444672 mtc Start timer T: 2 s
04:18:21.444724 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 55
04:18:21.444741 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
04:18:21.444780 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55
04:18:21.444789 mtc Message with id 55 was extracted from the queue of BSCVTY.
04:18:21.444818 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
04:18:21.444832 mtc Message with id 56 was extracted from the queue of BSCVTY.
04:18:21.444843 mtc Stop timer T: 2 s
04:18:21.444864 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:18:21.444934 mtc Start timer T: 2 s
04:18:21.444968 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57
04:18:21.444983 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
04:18:21.445046 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57
04:18:21.445060 mtc Message with id 57 was extracted from the queue of BSCVTY.
04:18:21.445102 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
04:18:21.445116 mtc Message with id 58 was extracted from the queue of BSCVTY.
04:18:21.445127 mtc Stop timer T: 2 s
04:18:21.445144 mtc Sent on BSCVTY to system charstring : "end"
04:18:21.445166 mtc Start timer T: 2 s
04:18:21.445210 mtc Message enqueued on BSCVTY from system charstring : " end" id 59
04:18:21.445225 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60
04:18:21.445260 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59
04:18:21.445276 mtc Message with id 59 was extracted from the queue of BSCVTY.
04:18:21.445291 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60
04:18:21.445298 mtc Message with id 60 was extracted from the queue of BSCVTY.
04:18:21.445304 mtc Stop timer T: 2 s
04:18:21.445316 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:21.445335 mtc Start timer T: 2 s
04:18:21.445388 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61
04:18:21.445430 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61
04:18:21.445439 mtc Message with id 61 was extracted from the queue of BSCVTY.
04:18:21.445448 mtc Stop timer T: 2 s
04:18:21.445464 mtc Sent on BSCVTY to system charstring : "network"
04:18:21.445486 mtc Start timer T: 2 s
04:18:21.445530 mtc Message enqueued on BSCVTY from system charstring : " network" id 62
04:18:21.445548 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63
04:18:21.445601 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62
04:18:21.445615 mtc Message with id 62 was extracted from the queue of BSCVTY.
04:18:21.445655 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63
04:18:21.445668 mtc Message with id 63 was extracted from the queue of BSCVTY.
04:18:21.445680 mtc Stop timer T: 2 s
04:18:21.445698 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:21.445719 mtc Start timer T: 2 s
04:18:21.445762 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 64
04:18:21.445777 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
04:18:21.445820 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64
04:18:21.445834 mtc Message with id 64 was extracted from the queue of BSCVTY.
04:18:21.445876 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
04:18:21.445889 mtc Message with id 65 was extracted from the queue of BSCVTY.
04:18:21.445900 mtc Stop timer T: 2 s
04:18:21.445918 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:18:21.445940 mtc Start timer T: 2 s
04:18:21.445997 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66
04:18:21.446012 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
04:18:21.446068 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66
04:18:21.446081 mtc Message with id 66 was extracted from the queue of BSCVTY.
04:18:21.446123 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
04:18:21.446136 mtc Message with id 67 was extracted from the queue of BSCVTY.
04:18:21.446148 mtc Stop timer T: 2 s
04:18:21.446165 mtc Sent on BSCVTY to system charstring : "end"
04:18:21.446187 mtc Start timer T: 2 s
04:18:21.446227 mtc Message enqueued on BSCVTY from system charstring : " end" id 68
04:18:21.446241 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69
04:18:21.446275 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68
04:18:21.446285 mtc Message with id 68 was extracted from the queue of BSCVTY.
04:18:21.446305 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69
04:18:21.446317 mtc Message with id 69 was extracted from the queue of BSCVTY.
04:18:21.446328 mtc Stop timer T: 2 s
04:18:21.446345 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:21.446367 mtc Start timer T: 2 s
04:18:21.446430 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70
04:18:21.446476 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70
04:18:21.446486 mtc Message with id 70 was extracted from the queue of BSCVTY.
04:18:21.446493 mtc Stop timer T: 2 s
04:18:21.446505 mtc Sent on BSCVTY to system charstring : "network"
04:18:21.446527 mtc Start timer T: 2 s
04:18:21.446566 mtc Message enqueued on BSCVTY from system charstring : " network" id 71
04:18:21.446581 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72
04:18:21.446617 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71
04:18:21.446626 mtc Message with id 71 was extracted from the queue of BSCVTY.
04:18:21.446653 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72
04:18:21.446666 mtc Message with id 72 was extracted from the queue of BSCVTY.
04:18:21.446678 mtc Stop timer T: 2 s
04:18:21.446696 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:21.446717 mtc Start timer T: 2 s
04:18:21.446757 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 73
04:18:21.446772 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
04:18:21.446807 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73
04:18:21.446817 mtc Message with id 73 was extracted from the queue of BSCVTY.
04:18:21.446846 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
04:18:21.446859 mtc Message with id 74 was extracted from the queue of BSCVTY.
04:18:21.446870 mtc Stop timer T: 2 s
04:18:21.446891 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:18:21.446913 mtc Start timer T: 2 s
04:18:21.446982 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:18:21.446998 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
04:18:21.447051 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:18:21.447062 mtc Message with id 75 was extracted from the queue of BSCVTY.
04:18:21.447088 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
04:18:21.447096 mtc Message with id 76 was extracted from the queue of BSCVTY.
04:18:21.447102 mtc Stop timer T: 2 s
04:18:21.447114 mtc Sent on BSCVTY to system charstring : "end"
04:18:21.447170 mtc Start timer T: 2 s
04:18:21.447190 mtc Message enqueued on BSCVTY from system charstring : " end" id 77
04:18:21.447204 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
04:18:21.447255 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77
04:18:21.447269 mtc Message with id 77 was extracted from the queue of BSCVTY.
04:18:21.447293 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
04:18:21.447305 mtc Message with id 78 was extracted from the queue of BSCVTY.
04:18:21.447316 mtc Stop timer T: 2 s
04:18:21.447332 mtc Sent on BSCVTY to system charstring : "write terminal"
04:18:21.447354 mtc Start timer T: 2 s
04:18:21.447660 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:18:21.447702 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
04:18:21.448956 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:18:21.448992 mtc Message with id 79 was extracted from the queue of BSCVTY.
04:18:21.449009 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
04:18:21.449017 mtc Message with id 80 was extracted from the queue of BSCVTY.
04:18:21.449023 mtc Stop timer T: 2 s
04:18:21.449036 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:18:21.449055 mtc Start timer T: 2 s
04:18:21.449097 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005CA50100000059061A00000000000000000000000000000000FF9D0400'O } id 39
04:18:21.449175 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23717, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 39
04:18:21.449206 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81
04:18:21.449238 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81
04:18:21.449257 mtc Message with id 81 was extracted from the queue of BSCVTY.
04:18:21.449270 mtc Stop timer T: 2 s
04:18:21.449283 mtc Start timer T: 1 s
04:18:21.684371 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005CD80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 40
04:18:21.684738 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23768, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 40
04:18:21.919734 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D0B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 41
04:18:21.920074 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23819, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 41
04:18:22.154991 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D3E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 42
04:18:22.155373 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23870, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 42
04:18:22.390432 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D710100000059061A00000000000000000000000000000000FF9D0400'O } id 43
04:18:22.390817 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23921, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 43
04:18:22.449299 mtc Timeout T: 1 s
04:18:22.449404 mtc setverdict(pass): none -> pass
04:18:22.449510 mtc Terminating component type Test.dummy_CT.
04:18:22.449575 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:18:22.449674 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:18:22.449743 mtc Message with id 39 was extracted from the queue of GSMTAP.
04:18:22.449835 mtc Message with id 40 was extracted from the queue of GSMTAP.
04:18:22.449893 mtc Message with id 41 was extracted from the queue of GSMTAP.
04:18:22.449940 mtc Message with id 42 was extracted from the queue of GSMTAP.
04:18:22.449991 mtc Message with id 43 was extracted from the queue of GSMTAP.
04:18:22.450039 mtc Port GSMTAP was stopped.
04:18:22.450087 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:18:22.450220 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:18:22.450294 mtc Port BSCVTY was stopped.
04:18:22.450341 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter.
04:18:22.450435 mtc Waiting for PTCs to finish.
04:18:22.450598 mtc Setting final verdict of the test case.
04:18:22.450703 mtc Local verdict of MTC: pass
04:18:22.450756 mtc No PTCs were created.
04:18:22.450784 mtc Test case TC_si_sched_2ter finished. Verdict: pass
04:18:22.451121 mtc Executing test case TC_si_sched_2ter_2bis in module Test.
04:18:22.451227 mtc Test case TC_si_sched_2ter_2bis started.
04:18:22.451296 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter_2bis.
04:18:22.451408 mtc Port GSMTAP was started.
04:18:22.451470 mtc Port BSCVTY was started.
04:18:22.451513 mtc Component type Test.dummy_CT was initialized.
04:18:22.451564 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:18:22.451674 mtc Port GSMTAP was mapped to system:GSMTAP.
04:18:22.451771 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:18:22.451833 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:18:22.451976 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:18:22.452384 mtc Port BSCVTY was mapped to system:BSCVTY.
04:18:22.452500 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:18:22.452576 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:18:22.452639 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:18:22.452699 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:18:22.452853 mtc Sent on BSCVTY to system charstring : "enable"
04:18:22.452962 mtc Start timer T: 2 s
04:18:22.453114 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:18:22.453241 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:18:22.453304 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:18:22.453357 mtc Stop timer T: 2 s
04:18:22.453424 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:22.453700 mtc Start timer T: 2 s
04:18:22.453927 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:18:22.454158 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:18:22.454220 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:18:22.454270 mtc Stop timer T: 2 s
04:18:22.454342 mtc Sent on BSCVTY to system charstring : "network"
04:18:22.454635 mtc Start timer T: 2 s
04:18:22.454803 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:18:22.454888 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:18:22.455134 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:18:22.455212 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:18:22.455260 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:18:22.455275 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:18:22.455288 mtc Stop timer T: 2 s
04:18:22.455308 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:22.455334 mtc Start timer T: 2 s
04:18:22.455397 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:18:22.455415 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:18:22.455466 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:18:22.455486 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:18:22.455516 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:18:22.455524 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:18:22.455531 mtc Stop timer T: 2 s
04:18:22.455544 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static"
04:18:22.455564 mtc Start timer T: 2 s
04:18:22.455679 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7
04:18:22.455699 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:18:22.455777 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7
04:18:22.455795 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:18:22.455842 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:18:22.455858 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:18:22.455870 mtc Stop timer T: 2 s
04:18:22.455896 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B"
04:18:22.455927 mtc Start timer T: 2 s
04:18:22.456037 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
04:18:22.456063 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10
04:18:22.456157 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
04:18:22.456181 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:18:22.456225 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10
04:18:22.456253 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:18:22.456268 mtc Stop timer T: 2 s
04:18:22.456285 mtc Sent on BSCVTY to system charstring : "end"
04:18:22.456314 mtc Start timer T: 2 s
04:18:22.456358 mtc Message enqueued on BSCVTY from system charstring : " end" id 11
04:18:22.456380 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12
04:18:22.456435 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11
04:18:22.456451 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:18:22.456479 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12
04:18:22.456495 mtc Message with id 12 was extracted from the queue of BSCVTY.
04:18:22.456508 mtc Stop timer T: 2 s
04:18:22.456526 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:22.456550 mtc Start timer T: 2 s
04:18:22.456622 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13
04:18:22.456699 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13
04:18:22.456716 mtc Message with id 13 was extracted from the queue of BSCVTY.
04:18:22.456726 mtc Stop timer T: 2 s
04:18:22.456741 mtc Sent on BSCVTY to system charstring : "network"
04:18:22.456770 mtc Start timer T: 2 s
04:18:22.456822 mtc Message enqueued on BSCVTY from system charstring : " network" id 14
04:18:22.456840 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15
04:18:22.456883 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14
04:18:22.456894 mtc Message with id 14 was extracted from the queue of BSCVTY.
04:18:22.456928 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15
04:18:22.456939 mtc Message with id 15 was extracted from the queue of BSCVTY.
04:18:22.456947 mtc Stop timer T: 2 s
04:18:22.456958 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:22.456979 mtc Start timer T: 2 s
04:18:22.457031 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16
04:18:22.457049 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
04:18:22.457096 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16
04:18:22.457107 mtc Message with id 16 was extracted from the queue of BSCVTY.
04:18:22.457141 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
04:18:22.457152 mtc Message with id 17 was extracted from the queue of BSCVTY.
04:18:22.457160 mtc Stop timer T: 2 s
04:18:22.457173 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static"
04:18:22.457209 mtc Start timer T: 2 s
04:18:22.457284 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18
04:18:22.457303 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
04:18:22.457358 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18
04:18:22.457372 mtc Message with id 18 was extracted from the queue of BSCVTY.
04:18:22.457404 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
04:18:22.457415 mtc Message with id 19 was extracted from the queue of BSCVTY.
04:18:22.457425 mtc Stop timer T: 2 s
04:18:22.457446 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B"
04:18:22.457468 mtc Start timer T: 2 s
04:18:22.457547 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
04:18:22.457566 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21
04:18:22.457627 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
04:18:22.457640 mtc Message with id 20 was extracted from the queue of BSCVTY.
04:18:22.457675 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21
04:18:22.457687 mtc Message with id 21 was extracted from the queue of BSCVTY.
04:18:22.457699 mtc Stop timer T: 2 s
04:18:22.457719 mtc Sent on BSCVTY to system charstring : "end"
04:18:22.457749 mtc Start timer T: 2 s
04:18:22.457800 mtc Message enqueued on BSCVTY from system charstring : " end" id 22
04:18:22.457816 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23
04:18:22.457883 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22
04:18:22.457901 mtc Message with id 22 was extracted from the queue of BSCVTY.
04:18:22.457933 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23
04:18:22.457947 mtc Message with id 23 was extracted from the queue of BSCVTY.
04:18:22.457961 mtc Stop timer T: 2 s
04:18:22.457981 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:22.458007 mtc Start timer T: 2 s
04:18:22.458095 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24
04:18:22.458161 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24
04:18:22.458179 mtc Message with id 24 was extracted from the queue of BSCVTY.
04:18:22.458193 mtc Stop timer T: 2 s
04:18:22.458214 mtc Sent on BSCVTY to system charstring : "network"
04:18:22.458278 mtc Start timer T: 2 s
04:18:22.458312 mtc Message enqueued on BSCVTY from system charstring : " network" id 25
04:18:22.458330 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26
04:18:22.458409 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25
04:18:22.458429 mtc Message with id 25 was extracted from the queue of BSCVTY.
04:18:22.458479 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26
04:18:22.458495 mtc Message with id 26 was extracted from the queue of BSCVTY.
04:18:22.458508 mtc Stop timer T: 2 s
04:18:22.458530 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:22.458557 mtc Start timer T: 2 s
04:18:22.458686 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 27
04:18:22.458706 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
04:18:22.458775 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27
04:18:22.458788 mtc Message with id 27 was extracted from the queue of BSCVTY.
04:18:22.458823 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
04:18:22.458834 mtc Message with id 28 was extracted from the queue of BSCVTY.
04:18:22.458841 mtc Stop timer T: 2 s
04:18:22.458854 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:18:22.458875 mtc Start timer T: 2 s
04:18:22.458945 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 29
04:18:22.458976 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30
04:18:22.459047 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 29
04:18:22.459063 mtc Message with id 29 was extracted from the queue of BSCVTY.
04:18:22.459117 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30
04:18:22.459132 mtc Message with id 30 was extracted from the queue of BSCVTY.
04:18:22.459142 mtc Stop timer T: 2 s
04:18:22.459161 mtc Sent on BSCVTY to system charstring : "end"
04:18:22.459188 mtc Start timer T: 2 s
04:18:22.459237 mtc Message enqueued on BSCVTY from system charstring : " end" id 31
04:18:22.459255 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32
04:18:22.459321 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31
04:18:22.459338 mtc Message with id 31 was extracted from the queue of BSCVTY.
04:18:22.459369 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32
04:18:22.459383 mtc Message with id 32 was extracted from the queue of BSCVTY.
04:18:22.459396 mtc Stop timer T: 2 s
04:18:22.459415 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:22.459442 mtc Start timer T: 2 s
04:18:22.459511 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33
04:18:22.459566 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33
04:18:22.459583 mtc Message with id 33 was extracted from the queue of BSCVTY.
04:18:22.459597 mtc Stop timer T: 2 s
04:18:22.459618 mtc Sent on BSCVTY to system charstring : "network"
04:18:22.459643 mtc Start timer T: 2 s
04:18:22.459690 mtc Message enqueued on BSCVTY from system charstring : " network" id 34
04:18:22.459708 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35
04:18:22.459754 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34
04:18:22.459765 mtc Message with id 34 was extracted from the queue of BSCVTY.
04:18:22.459798 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35
04:18:22.459809 mtc Message with id 35 was extracted from the queue of BSCVTY.
04:18:22.459819 mtc Stop timer T: 2 s
04:18:22.459833 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:22.459853 mtc Start timer T: 2 s
04:18:22.459901 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 36
04:18:22.459921 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
04:18:22.459987 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36
04:18:22.460002 mtc Message with id 36 was extracted from the queue of BSCVTY.
04:18:22.460050 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
04:18:22.460066 mtc Message with id 37 was extracted from the queue of BSCVTY.
04:18:22.460079 mtc Stop timer T: 2 s
04:18:22.460103 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:18:22.460128 mtc Start timer T: 2 s
04:18:22.460209 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:18:22.460235 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39
04:18:22.460321 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:18:22.460338 mtc Message with id 38 was extracted from the queue of BSCVTY.
04:18:22.460388 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39
04:18:22.460403 mtc Message with id 39 was extracted from the queue of BSCVTY.
04:18:22.460417 mtc Stop timer T: 2 s
04:18:22.460437 mtc Sent on BSCVTY to system charstring : "end"
04:18:22.460463 mtc Start timer T: 2 s
04:18:22.460511 mtc Message enqueued on BSCVTY from system charstring : " end" id 40
04:18:22.460529 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
04:18:22.460593 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40
04:18:22.460609 mtc Message with id 40 was extracted from the queue of BSCVTY.
04:18:22.460639 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
04:18:22.460653 mtc Message with id 41 was extracted from the queue of BSCVTY.
04:18:22.460666 mtc Stop timer T: 2 s
04:18:22.460684 mtc Sent on BSCVTY to system charstring : "write terminal"
04:18:22.460710 mtc Start timer T: 2 s
04:18:22.461088 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:18:22.461142 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43
04:18:22.462759 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:18:22.462808 mtc Message with id 42 was extracted from the queue of BSCVTY.
04:18:22.462834 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43
04:18:22.462848 mtc Message with id 43 was extracted from the queue of BSCVTY.
04:18:22.462857 mtc Stop timer T: 2 s
04:18:22.462874 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:18:22.462895 mtc Start timer T: 2 s
04:18:22.463030 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44
04:18:22.463073 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44
04:18:22.463090 mtc Message with id 44 was extracted from the queue of BSCVTY.
04:18:22.463103 mtc Stop timer T: 2 s
04:18:22.463116 mtc Start timer T: 1 s
04:18:22.625601 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005DA40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 1
04:18:22.625840 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23972, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 1
04:18:22.861026 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005DD70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2
04:18:22.861313 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24023, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2
04:18:23.096267 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E0A010000005506198FB380000000000000000000000000009D04002B'O } id 3
04:18:23.096506 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24074, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 3
04:18:23.331956 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E3D0100000059061A00000000000000000000000000000000FF9D0400'O } id 4
04:18:23.332264 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24125, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 4
04:18:23.463133 mtc Timeout T: 1 s
04:18:23.463315 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:18:23.463368 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:18:23.463399 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:18:23.463438 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:18:23.463473 mtc Port GSMTAP was cleared.
04:18:23.463513 mtc Start timer T: 8 s
04:18:23.566905 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E700100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 5
04:18:23.567016 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24176, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 5
04:18:23.567070 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24176, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 5
04:18:23.567093 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:18:23.567179 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:18:23.806839 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005EA30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 6
04:18:23.807154 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24227, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6
04:18:23.807337 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24227, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 6
04:18:23.807437 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:18:23.807825 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:18:24.037810 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005ED6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 7
04:18:24.038163 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24278, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 7
04:18:24.038481 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24278, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 7
04:18:24.038599 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:18:24.038784 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:18:24.273231 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F0901000000550602BFE809B3FF00000000000000000000007900002B'O } id 8
04:18:24.273547 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24329, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 8
04:18:24.273737 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24329, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 8
04:18:24.273826 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:18:24.274049 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:18:24.508593 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F3C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 9
04:18:24.508890 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24380, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 9
04:18:24.509057 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24380, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 9
04:18:24.509127 mtc Message with id 9 was extracted from the queue of GSMTAP.
04:18:24.509348 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:18:24.743923 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F6F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 10
04:18:24.744233 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24431, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10
04:18:24.744394 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24431, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 10
04:18:24.744476 mtc Message with id 10 was extracted from the queue of GSMTAP.
04:18:24.744786 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:18:24.979180 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005FA2010000005506198FB380000000000000000000000000009D04002B'O } id 11
04:18:24.979413 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24482, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 11
04:18:24.979531 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24482, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 11
04:18:24.979600 mtc Message with id 11 was extracted from the queue of GSMTAP.
04:18:24.979752 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:18:25.214661 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005FD50100000059061A00000000000000000000000000000000FF9D0400'O } id 12
04:18:25.214982 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24533, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 12
04:18:25.215160 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24533, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 12
04:18:25.215251 mtc Message with id 12 was extracted from the queue of GSMTAP.
04:18:25.215493 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:18:25.450197 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060080100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 13
04:18:25.450563 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24584, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 13
04:18:25.450766 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24584, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 13
04:18:25.450891 mtc Message with id 13 was extracted from the queue of GSMTAP.
04:18:25.451253 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:18:25.685531 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000603B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 14
04:18:25.685871 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24635, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 14
04:18:25.686114 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24635, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 14
04:18:25.686223 mtc Message with id 14 was extracted from the queue of GSMTAP.
04:18:25.686594 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:18:25.920959 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000606E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 15
04:18:25.921345 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24686, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 15
04:18:25.921638 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24686, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 15
04:18:25.921765 mtc Message with id 15 was extracted from the queue of GSMTAP.
04:18:25.922015 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:18:26.156106 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060A101000000550602BFE809B3FF00000000000000000000007900002B'O } id 16
04:18:26.156427 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24737, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 16
04:18:26.156617 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24737, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 16
04:18:26.156698 mtc Message with id 16 was extracted from the queue of GSMTAP.
04:18:26.156908 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:18:26.391642 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060D40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 17
04:18:26.392021 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24788, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 17
04:18:26.392285 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24788, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 17
04:18:26.392429 mtc Message with id 17 was extracted from the queue of GSMTAP.
04:18:26.392705 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:18:26.627005 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061070100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 18
04:18:26.627332 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24839, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 18
04:18:26.627538 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24839, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 18
04:18:26.627634 mtc Message with id 18 was extracted from the queue of GSMTAP.
04:18:26.628008 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:18:26.862152 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000613A010000005506198FB380000000000000000000000000009D04002B'O } id 19
04:18:26.862567 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24890, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 19
04:18:26.862800 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24890, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 19
04:18:26.862887 mtc Message with id 19 was extracted from the queue of GSMTAP.
04:18:26.863127 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:18:27.097735 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000616D0100000059061A00000000000000000000000000000000FF9D0400'O } id 20
04:18:27.098132 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24941, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 20
04:18:27.098450 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24941, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 20
04:18:27.098593 mtc Message with id 20 was extracted from the queue of GSMTAP.
04:18:27.098833 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:18:27.333127 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061A00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 21
04:18:27.333452 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24992, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 21
04:18:27.333709 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24992, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 21
04:18:27.333846 mtc Message with id 21 was extracted from the queue of GSMTAP.
04:18:27.334199 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:18:27.568121 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061D30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 22
04:18:27.568230 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25043, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22
04:18:27.568295 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25043, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 22
04:18:27.568320 mtc Message with id 22 was extracted from the queue of GSMTAP.
04:18:27.568414 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:18:27.803849 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006206010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 23
04:18:27.804252 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25094, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 23
04:18:27.804524 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25094, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 23
04:18:27.804640 mtc Message with id 23 was extracted from the queue of GSMTAP.
04:18:27.804873 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:18:28.039242 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000623901000000550602BFE809B3FF00000000000000000000007900002B'O } id 24
04:18:28.039638 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25145, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 24
04:18:28.039898 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25145, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 24
04:18:28.040023 mtc Message with id 24 was extracted from the queue of GSMTAP.
04:18:28.040318 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:18:28.274637 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000626C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 25
04:18:28.275040 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25196, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 25
04:18:28.275296 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25196, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 25
04:18:28.275422 mtc Message with id 25 was extracted from the queue of GSMTAP.
04:18:28.275751 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:18:28.509978 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000629F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 26
04:18:28.510362 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25247, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26
04:18:28.510725 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25247, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 26
04:18:28.510856 mtc Message with id 26 was extracted from the queue of GSMTAP.
04:18:28.511204 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:18:28.745048 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000062D2010000005506198FB380000000000000000000000000009D04002B'O } id 27
04:18:28.745332 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25298, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 27
04:18:28.745537 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25298, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 27
04:18:28.745620 mtc Message with id 27 was extracted from the queue of GSMTAP.
04:18:28.745840 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:18:28.980534 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063050100000059061A00000000000000000000000000000000FF9D0400'O } id 28
04:18:28.980868 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25349, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 28
04:18:28.981083 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25349, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 28
04:18:28.981174 mtc Message with id 28 was extracted from the queue of GSMTAP.
04:18:28.981418 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:18:29.215882 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063380100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 29
04:18:29.216247 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25400, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 29
04:18:29.218054 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25400, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 29
04:18:29.218157 mtc Message with id 29 was extracted from the queue of GSMTAP.
04:18:29.222227 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:18:29.451190 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000636B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 30
04:18:29.451437 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25451, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30
04:18:29.451603 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25451, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 30
04:18:29.451704 mtc Message with id 30 was extracted from the queue of GSMTAP.
04:18:29.451951 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:18:29.686655 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000639E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 31
04:18:29.686971 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25502, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 31
04:18:29.687181 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25502, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 31
04:18:29.687289 mtc Message with id 31 was extracted from the queue of GSMTAP.
04:18:29.687535 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:18:29.921831 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063D101000000550602BFE809B3FF00000000000000000000007900002B'O } id 32
04:18:29.921935 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25553, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 32
04:18:29.921998 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25553, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 32
04:18:29.922020 mtc Message with id 32 was extracted from the queue of GSMTAP.
04:18:29.922095 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:18:30.157480 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064040100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 33
04:18:30.157834 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25604, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 33
04:18:30.158103 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25604, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 33
04:18:30.158242 mtc Message with id 33 was extracted from the queue of GSMTAP.
04:18:30.158598 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:18:30.392877 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064370100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 34
04:18:30.393277 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25655, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34
04:18:30.393543 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25655, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 34
04:18:30.393689 mtc Message with id 34 was extracted from the queue of GSMTAP.
04:18:30.394003 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:18:30.628206 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000646A010000005506198FB380000000000000000000000000009D04002B'O } id 35
04:18:30.628616 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25706, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 35
04:18:30.628889 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25706, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 35
04:18:30.629001 mtc Message with id 35 was extracted from the queue of GSMTAP.
04:18:30.629261 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:18:30.863458 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000649D0100000059061A00000000000000000000000000000000FF9D0400'O } id 36
04:18:30.863810 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25757, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 36
04:18:30.864011 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25757, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 36
04:18:30.864120 mtc Message with id 36 was extracted from the queue of GSMTAP.
04:18:30.864357 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:18:31.098994 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064D00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 37
04:18:31.099407 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25808, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 37
04:18:31.099697 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25808, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 37
04:18:31.099828 mtc Message with id 37 was extracted from the queue of GSMTAP.
04:18:31.100154 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:18:31.334091 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065030100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 38
04:18:31.334479 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25859, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38
04:18:31.334697 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25859, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 38
04:18:31.334809 mtc Message with id 38 was extracted from the queue of GSMTAP.
04:18:31.335135 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:18:31.463732 mtc Timeout T: 8 s
04:18:31.463826 mtc "TC_si_sched_2ter_2bis": TC=0 has #of SI=4
04:18:31.463889 mtc "TC_si_sched_2ter_2bis": TC=1 has #of SI=4
04:18:31.463948 mtc "TC_si_sched_2ter_2bis": TC=2 has #of SI=5
04:18:31.463990 mtc "TC_si_sched_2ter_2bis": TC=3 has #of SI=5
04:18:31.464027 mtc "TC_si_sched_2ter_2bis": TC=4 has #of SI=4
04:18:31.464082 mtc "TC_si_sched_2ter_2bis": TC=5 has #of SI=4
04:18:31.464130 mtc "TC_si_sched_2ter_2bis": TC=6 has #of SI=4
04:18:31.464193 mtc "TC_si_sched_2ter_2bis": TC=7 has #of SI=4
04:18:31.464319 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:31.464449 mtc Start timer T: 2 s
04:18:31.464749 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45
04:18:31.465015 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45
04:18:31.465080 mtc Message with id 45 was extracted from the queue of BSCVTY.
04:18:31.465133 mtc Stop timer T: 2 s
04:18:31.465208 mtc Sent on BSCVTY to system charstring : "network"
04:18:31.465305 mtc Start timer T: 2 s
04:18:31.465550 mtc Message enqueued on BSCVTY from system charstring : " network" id 46
04:18:31.465673 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47
04:18:31.465949 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46
04:18:31.466026 mtc Message with id 46 was extracted from the queue of BSCVTY.
04:18:31.466211 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47
04:18:31.466268 mtc Message with id 47 was extracted from the queue of BSCVTY.
04:18:31.466316 mtc Stop timer T: 2 s
04:18:31.466428 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:31.466554 mtc Start timer T: 2 s
04:18:31.466774 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 48
04:18:31.466883 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
04:18:31.467126 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48
04:18:31.467202 mtc Message with id 48 was extracted from the queue of BSCVTY.
04:18:31.467390 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
04:18:31.467452 mtc Message with id 49 was extracted from the queue of BSCVTY.
04:18:31.467507 mtc Stop timer T: 2 s
04:18:31.467602 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:18:31.467714 mtc Start timer T: 2 s
04:18:31.468084 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50
04:18:31.468156 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51
04:18:31.468391 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50
04:18:31.468459 mtc Message with id 50 was extracted from the queue of BSCVTY.
04:18:31.468665 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51
04:18:31.468731 mtc Message with id 51 was extracted from the queue of BSCVTY.
04:18:31.468786 mtc Stop timer T: 2 s
04:18:31.468864 mtc Sent on BSCVTY to system charstring : "end"
04:18:31.469131 mtc Start timer T: 2 s
04:18:31.469202 mtc Message enqueued on BSCVTY from system charstring : " end" id 52
04:18:31.469224 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53
04:18:31.469284 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52
04:18:31.469300 mtc Message with id 52 was extracted from the queue of BSCVTY.
04:18:31.469317 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53
04:18:31.469325 mtc Message with id 53 was extracted from the queue of BSCVTY.
04:18:31.469334 mtc Stop timer T: 2 s
04:18:31.469345 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:31.469362 mtc Start timer T: 2 s
04:18:31.469428 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54
04:18:31.469481 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54
04:18:31.469499 mtc Message with id 54 was extracted from the queue of BSCVTY.
04:18:31.469512 mtc Stop timer T: 2 s
04:18:31.469530 mtc Sent on BSCVTY to system charstring : "network"
04:18:31.469558 mtc Start timer T: 2 s
04:18:31.469598 mtc Message enqueued on BSCVTY from system charstring : " network" id 55
04:18:31.469613 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56
04:18:31.469667 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55
04:18:31.469682 mtc Message with id 55 was extracted from the queue of BSCVTY.
04:18:31.469726 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56
04:18:31.469741 mtc Message with id 56 was extracted from the queue of BSCVTY.
04:18:31.469754 mtc Stop timer T: 2 s
04:18:31.469777 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:31.469800 mtc Start timer T: 2 s
04:18:31.469875 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 57
04:18:31.469899 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
04:18:31.469953 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57
04:18:31.469968 mtc Message with id 57 was extracted from the queue of BSCVTY.
04:18:31.470012 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
04:18:31.470026 mtc Message with id 58 was extracted from the queue of BSCVTY.
04:18:31.470038 mtc Stop timer T: 2 s
04:18:31.470062 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:18:31.470088 mtc Start timer T: 2 s
04:18:31.470151 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59
04:18:31.470167 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60
04:18:31.470229 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59
04:18:31.470242 mtc Message with id 59 was extracted from the queue of BSCVTY.
04:18:31.470278 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60
04:18:31.470289 mtc Message with id 60 was extracted from the queue of BSCVTY.
04:18:31.470300 mtc Stop timer T: 2 s
04:18:31.470318 mtc Sent on BSCVTY to system charstring : "end"
04:18:31.470344 mtc Start timer T: 2 s
04:18:31.470398 mtc Message enqueued on BSCVTY from system charstring : " end" id 61
04:18:31.470417 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62
04:18:31.470484 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61
04:18:31.470500 mtc Message with id 61 was extracted from the queue of BSCVTY.
04:18:31.470519 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62
04:18:31.470531 mtc Message with id 62 was extracted from the queue of BSCVTY.
04:18:31.470538 mtc Stop timer T: 2 s
04:18:31.470554 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:31.470577 mtc Start timer T: 2 s
04:18:31.470635 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63
04:18:31.470703 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63
04:18:31.470716 mtc Message with id 63 was extracted from the queue of BSCVTY.
04:18:31.470725 mtc Stop timer T: 2 s
04:18:31.470738 mtc Sent on BSCVTY to system charstring : "network"
04:18:31.470760 mtc Start timer T: 2 s
04:18:31.470800 mtc Message enqueued on BSCVTY from system charstring : " network" id 64
04:18:31.470819 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65
04:18:31.470863 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64
04:18:31.470873 mtc Message with id 64 was extracted from the queue of BSCVTY.
04:18:31.470903 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65
04:18:31.470914 mtc Message with id 65 was extracted from the queue of BSCVTY.
04:18:31.470922 mtc Stop timer T: 2 s
04:18:31.470935 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:31.470959 mtc Start timer T: 2 s
04:18:31.470998 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 66
04:18:31.471014 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
04:18:31.471069 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66
04:18:31.471083 mtc Message with id 66 was extracted from the queue of BSCVTY.
04:18:31.471125 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
04:18:31.471139 mtc Message with id 67 was extracted from the queue of BSCVTY.
04:18:31.471150 mtc Stop timer T: 2 s
04:18:31.471168 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:18:31.471191 mtc Start timer T: 2 s
04:18:31.471243 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68
04:18:31.471258 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69
04:18:31.471314 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68
04:18:31.471327 mtc Message with id 68 was extracted from the queue of BSCVTY.
04:18:31.471368 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69
04:18:31.471382 mtc Message with id 69 was extracted from the queue of BSCVTY.
04:18:31.471393 mtc Stop timer T: 2 s
04:18:31.471410 mtc Sent on BSCVTY to system charstring : "end"
04:18:31.471432 mtc Start timer T: 2 s
04:18:31.471476 mtc Message enqueued on BSCVTY from system charstring : " end" id 70
04:18:31.471500 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71
04:18:31.471568 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70
04:18:31.471582 mtc Message with id 70 was extracted from the queue of BSCVTY.
04:18:31.471602 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71
04:18:31.471616 mtc Message with id 71 was extracted from the queue of BSCVTY.
04:18:31.471628 mtc Stop timer T: 2 s
04:18:31.471644 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:31.471681 mtc Start timer T: 2 s
04:18:31.471730 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72
04:18:31.471784 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72
04:18:31.471796 mtc Message with id 72 was extracted from the queue of BSCVTY.
04:18:31.471803 mtc Stop timer T: 2 s
04:18:31.471815 mtc Sent on BSCVTY to system charstring : "network"
04:18:31.471833 mtc Start timer T: 2 s
04:18:31.471882 mtc Message enqueued on BSCVTY from system charstring : " network" id 73
04:18:31.471909 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74
04:18:31.471978 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73
04:18:31.471994 mtc Message with id 73 was extracted from the queue of BSCVTY.
04:18:31.472038 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74
04:18:31.472052 mtc Message with id 74 was extracted from the queue of BSCVTY.
04:18:31.472064 mtc Stop timer T: 2 s
04:18:31.472083 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:31.472108 mtc Start timer T: 2 s
04:18:31.472173 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 75
04:18:31.472193 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
04:18:31.472251 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75
04:18:31.472266 mtc Message with id 75 was extracted from the queue of BSCVTY.
04:18:31.472310 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
04:18:31.472326 mtc Message with id 76 was extracted from the queue of BSCVTY.
04:18:31.472338 mtc Stop timer T: 2 s
04:18:31.472360 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:18:31.472385 mtc Start timer T: 2 s
04:18:31.472462 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:18:31.472482 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78
04:18:31.472562 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:18:31.472579 mtc Message with id 77 was extracted from the queue of BSCVTY.
04:18:31.472625 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78
04:18:31.472641 mtc Message with id 78 was extracted from the queue of BSCVTY.
04:18:31.472652 mtc Stop timer T: 2 s
04:18:31.472669 mtc Sent on BSCVTY to system charstring : "end"
04:18:31.472695 mtc Start timer T: 2 s
04:18:31.472760 mtc Message enqueued on BSCVTY from system charstring : " end" id 79
04:18:31.472779 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
04:18:31.472836 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79
04:18:31.472851 mtc Message with id 79 was extracted from the queue of BSCVTY.
04:18:31.472874 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
04:18:31.472886 mtc Message with id 80 was extracted from the queue of BSCVTY.
04:18:31.472899 mtc Stop timer T: 2 s
04:18:31.472916 mtc Sent on BSCVTY to system charstring : "write terminal"
04:18:31.472940 mtc Start timer T: 2 s
04:18:31.473309 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:18:31.473355 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82
04:18:31.475007 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:18:31.475051 mtc Message with id 81 was extracted from the queue of BSCVTY.
04:18:31.475072 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82
04:18:31.475085 mtc Message with id 82 was extracted from the queue of BSCVTY.
04:18:31.475096 mtc Stop timer T: 2 s
04:18:31.475116 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:18:31.475143 mtc Start timer T: 2 s
04:18:31.475316 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83
04:18:31.475348 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83
04:18:31.475364 mtc Message with id 83 was extracted from the queue of BSCVTY.
04:18:31.475377 mtc Stop timer T: 2 s
04:18:31.475388 mtc Start timer T: 1 s
04:18:31.569424 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006536010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 39
04:18:31.569727 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25910, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 39
04:18:31.805044 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065690100000059061A00000000000000000000000000000000FF9D0400'O } id 40
04:18:31.805376 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25961, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 40
04:18:32.040402 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000659C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 41
04:18:32.040786 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26012, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 41
04:18:32.275803 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065CF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 42
04:18:32.276176 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26063, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 42
04:18:32.475546 mtc Timeout T: 1 s
04:18:32.475652 mtc setverdict(pass): none -> pass
04:18:32.475739 mtc Terminating component type Test.dummy_CT.
04:18:32.475792 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:18:32.475868 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:18:32.475915 mtc Message with id 39 was extracted from the queue of GSMTAP.
04:18:32.475948 mtc Message with id 40 was extracted from the queue of GSMTAP.
04:18:32.475994 mtc Message with id 41 was extracted from the queue of GSMTAP.
04:18:32.476022 mtc Message with id 42 was extracted from the queue of GSMTAP.
04:18:32.476046 mtc Port GSMTAP was stopped.
04:18:32.476087 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:18:32.476342 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:18:32.476408 mtc Port BSCVTY was stopped.
04:18:32.476450 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter_2bis.
04:18:32.476505 mtc Waiting for PTCs to finish.
04:18:32.476623 mtc Setting final verdict of the test case.
04:18:32.476673 mtc Local verdict of MTC: pass
04:18:32.476717 mtc No PTCs were created.
04:18:32.476777 mtc Test case TC_si_sched_2ter_2bis finished. Verdict: pass
04:18:32.476914 mtc Executing test case TC_si_sched_2quater in module Test.
04:18:32.476985 mtc Test case TC_si_sched_2quater started.
04:18:32.477032 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2quater.
04:18:32.477155 mtc Port GSMTAP was started.
04:18:32.477214 mtc Port BSCVTY was started.
04:18:32.477259 mtc Component type Test.dummy_CT was initialized.
04:18:32.477310 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:18:32.477446 mtc Port GSMTAP was mapped to system:GSMTAP.
04:18:32.477671 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:18:32.477777 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:18:32.477910 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:18:32.478346 mtc Port BSCVTY was mapped to system:BSCVTY.
04:18:32.478506 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:18:32.478583 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:18:32.478657 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:18:32.478705 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:18:32.478850 mtc Sent on BSCVTY to system charstring : "enable"
04:18:32.478964 mtc Start timer T: 2 s
04:18:32.479126 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:18:32.479267 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:18:32.479321 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:18:32.479366 mtc Stop timer T: 2 s
04:18:32.479415 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:32.479495 mtc Start timer T: 2 s
04:18:32.479853 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:18:32.480093 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:18:32.480148 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:18:32.480193 mtc Stop timer T: 2 s
04:18:32.480260 mtc Sent on BSCVTY to system charstring : "network"
04:18:32.480351 mtc Start timer T: 2 s
04:18:32.480574 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:18:32.480682 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:18:32.480889 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:18:32.480938 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:18:32.481108 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:18:32.481173 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:18:32.481225 mtc Stop timer T: 2 s
04:18:32.481305 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:32.481409 mtc Start timer T: 2 s
04:18:32.481624 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:18:32.481721 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:18:32.481899 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:18:32.481959 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:18:32.482124 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:18:32.482167 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:18:32.482193 mtc Stop timer T: 2 s
04:18:32.482246 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:18:32.482323 mtc Start timer T: 2 s
04:18:32.482671 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7
04:18:32.482748 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:18:32.483080 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7
04:18:32.483142 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:18:32.483317 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:18:32.483371 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:18:32.483419 mtc Stop timer T: 2 s
04:18:32.483510 mtc Sent on BSCVTY to system charstring : "end"
04:18:32.483610 mtc Start timer T: 2 s
04:18:32.483796 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:18:32.483862 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:18:32.484091 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:18:32.484150 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:18:32.484256 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:18:32.484308 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:18:32.484355 mtc Stop timer T: 2 s
04:18:32.484424 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:32.484518 mtc Start timer T: 2 s
04:18:32.484719 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11
04:18:32.484935 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11
04:18:32.484994 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:18:32.485043 mtc Stop timer T: 2 s
04:18:32.485108 mtc Sent on BSCVTY to system charstring : "network"
04:18:32.485204 mtc Start timer T: 2 s
04:18:32.485364 mtc Message enqueued on BSCVTY from system charstring : " network" id 12
04:18:32.485426 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13
04:18:32.485581 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12
04:18:32.485619 mtc Message with id 12 was extracted from the queue of BSCVTY.
04:18:32.485770 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13
04:18:32.485824 mtc Message with id 13 was extracted from the queue of BSCVTY.
04:18:32.485872 mtc Stop timer T: 2 s
04:18:32.485945 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:32.486035 mtc Start timer T: 2 s
04:18:32.486212 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14
04:18:32.486278 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15
04:18:32.486453 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14
04:18:32.486494 mtc Message with id 14 was extracted from the queue of BSCVTY.
04:18:32.486596 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15
04:18:32.486628 mtc Message with id 15 was extracted from the queue of BSCVTY.
04:18:32.486653 mtc Stop timer T: 2 s
04:18:32.486704 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:18:32.486776 mtc Start timer T: 2 s
04:18:32.487026 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16
04:18:32.487084 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
04:18:32.487279 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16
04:18:32.487339 mtc Message with id 16 was extracted from the queue of BSCVTY.
04:18:32.487510 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
04:18:32.487564 mtc Message with id 17 was extracted from the queue of BSCVTY.
04:18:32.487659 mtc Stop timer T: 2 s
04:18:32.487735 mtc Sent on BSCVTY to system charstring : "end"
04:18:32.487828 mtc Start timer T: 2 s
04:18:32.487995 mtc Message enqueued on BSCVTY from system charstring : " end" id 18
04:18:32.488059 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19
04:18:32.488199 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18
04:18:32.488213 mtc Message with id 18 was extracted from the queue of BSCVTY.
04:18:32.488237 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19
04:18:32.488251 mtc Message with id 19 was extracted from the queue of BSCVTY.
04:18:32.488262 mtc Stop timer T: 2 s
04:18:32.488279 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:32.488336 mtc Start timer T: 2 s
04:18:32.488365 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20
04:18:32.488422 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20
04:18:32.488437 mtc Message with id 20 was extracted from the queue of BSCVTY.
04:18:32.488448 mtc Stop timer T: 2 s
04:18:32.488466 mtc Sent on BSCVTY to system charstring : "network"
04:18:32.488488 mtc Start timer T: 2 s
04:18:32.488526 mtc Message enqueued on BSCVTY from system charstring : " network" id 21
04:18:32.488541 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22
04:18:32.488594 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21
04:18:32.488608 mtc Message with id 21 was extracted from the queue of BSCVTY.
04:18:32.488651 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22
04:18:32.488664 mtc Message with id 22 was extracted from the queue of BSCVTY.
04:18:32.488675 mtc Stop timer T: 2 s
04:18:32.488693 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:32.488714 mtc Start timer T: 2 s
04:18:32.488765 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 23
04:18:32.488781 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24
04:18:32.488836 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23
04:18:32.488849 mtc Message with id 23 was extracted from the queue of BSCVTY.
04:18:32.488891 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24
04:18:32.488904 mtc Message with id 24 was extracted from the queue of BSCVTY.
04:18:32.488916 mtc Stop timer T: 2 s
04:18:32.488932 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:18:32.488956 mtc Start timer T: 2 s
04:18:32.489016 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 25
04:18:32.489031 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
04:18:32.489087 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 25
04:18:32.489100 mtc Message with id 25 was extracted from the queue of BSCVTY.
04:18:32.489141 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
04:18:32.489155 mtc Message with id 26 was extracted from the queue of BSCVTY.
04:18:32.489166 mtc Stop timer T: 2 s
04:18:32.489183 mtc Sent on BSCVTY to system charstring : "end"
04:18:32.489205 mtc Start timer T: 2 s
04:18:32.489241 mtc Message enqueued on BSCVTY from system charstring : " end" id 27
04:18:32.489254 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28
04:18:32.489307 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27
04:18:32.489320 mtc Message with id 27 was extracted from the queue of BSCVTY.
04:18:32.489346 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28
04:18:32.489358 mtc Message with id 28 was extracted from the queue of BSCVTY.
04:18:32.489370 mtc Stop timer T: 2 s
04:18:32.489386 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:32.489409 mtc Start timer T: 2 s
04:18:32.489470 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29
04:18:32.489537 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29
04:18:32.489553 mtc Message with id 29 was extracted from the queue of BSCVTY.
04:18:32.489566 mtc Stop timer T: 2 s
04:18:32.489583 mtc Sent on BSCVTY to system charstring : "network"
04:18:32.489638 mtc Start timer T: 2 s
04:18:32.489667 mtc Message enqueued on BSCVTY from system charstring : " network" id 30
04:18:32.489683 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31
04:18:32.489739 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30
04:18:32.489753 mtc Message with id 30 was extracted from the queue of BSCVTY.
04:18:32.489795 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31
04:18:32.489813 mtc Message with id 31 was extracted from the queue of BSCVTY.
04:18:32.489826 mtc Stop timer T: 2 s
04:18:32.489843 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:32.489866 mtc Start timer T: 2 s
04:18:32.489904 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 32
04:18:32.489919 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33
04:18:32.489974 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32
04:18:32.489988 mtc Message with id 32 was extracted from the queue of BSCVTY.
04:18:32.490026 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33
04:18:32.490041 mtc Message with id 33 was extracted from the queue of BSCVTY.
04:18:32.490052 mtc Stop timer T: 2 s
04:18:32.490072 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0"
04:18:32.490095 mtc Start timer T: 2 s
04:18:32.490172 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34
04:18:32.490190 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
04:18:32.490257 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34
04:18:32.490271 mtc Message with id 34 was extracted from the queue of BSCVTY.
04:18:32.490313 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
04:18:32.490326 mtc Message with id 35 was extracted from the queue of BSCVTY.
04:18:32.490338 mtc Stop timer T: 2 s
04:18:32.490355 mtc Sent on BSCVTY to system charstring : "end"
04:18:32.490389 mtc Start timer T: 2 s
04:18:32.490417 mtc Message enqueued on BSCVTY from system charstring : " end" id 36
04:18:32.490431 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37
04:18:32.490483 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36
04:18:32.490497 mtc Message with id 36 was extracted from the queue of BSCVTY.
04:18:32.490522 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37
04:18:32.490534 mtc Message with id 37 was extracted from the queue of BSCVTY.
04:18:32.490544 mtc Stop timer T: 2 s
04:18:32.490559 mtc Sent on BSCVTY to system charstring : "write terminal"
04:18:32.490582 mtc Start timer T: 2 s
04:18:32.490893 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:18:32.490937 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
04:18:32.492202 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:18:32.492238 mtc Message with id 38 was extracted from the queue of BSCVTY.
04:18:32.492254 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
04:18:32.492262 mtc Message with id 39 was extracted from the queue of BSCVTY.
04:18:32.492268 mtc Stop timer T: 2 s
04:18:32.492282 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:18:32.492300 mtc Start timer T: 2 s
04:18:32.492424 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40
04:18:32.492464 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40
04:18:32.492479 mtc Message with id 40 was extracted from the queue of BSCVTY.
04:18:32.492493 mtc Stop timer T: 2 s
04:18:32.492507 mtc Start timer T: 1 s
04:18:32.510758 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006602010000005506198FB380000000000000000000000000009D04002B'O } id 1
04:18:32.510839 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26114, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 1
04:18:32.746297 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066350100000059061A00000000000000000000000000000000FF9D0400'O } id 2
04:18:32.746569 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26165, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 2
04:18:32.981734 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066680100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O } id 3
04:18:32.982018 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26216, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } } id 3
04:18:33.217034 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000669B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4
04:18:33.217304 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26267, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4
04:18:33.452639 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066CE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 5
04:18:33.452967 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26318, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 5
04:18:33.492523 mtc Timeout T: 1 s
04:18:33.492649 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:33.492762 mtc Start timer T: 2 s
04:18:33.493052 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41
04:18:33.493359 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41
04:18:33.493430 mtc Message with id 41 was extracted from the queue of BSCVTY.
04:18:33.493483 mtc Stop timer T: 2 s
04:18:33.493557 mtc Sent on BSCVTY to system charstring : "network"
04:18:33.493658 mtc Start timer T: 2 s
04:18:33.493890 mtc Message enqueued on BSCVTY from system charstring : " network" id 42
04:18:33.493950 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43
04:18:33.494166 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42
04:18:33.494263 mtc Message with id 42 was extracted from the queue of BSCVTY.
04:18:33.494411 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43
04:18:33.494522 mtc Message with id 43 was extracted from the queue of BSCVTY.
04:18:33.494557 mtc Stop timer T: 2 s
04:18:33.494619 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:33.494689 mtc Start timer T: 2 s
04:18:33.494908 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 44
04:18:33.494984 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45
04:18:33.495221 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44
04:18:33.495284 mtc Message with id 44 was extracted from the queue of BSCVTY.
04:18:33.495463 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45
04:18:33.495523 mtc Message with id 45 was extracted from the queue of BSCVTY.
04:18:33.495573 mtc Stop timer T: 2 s
04:18:33.495654 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:18:33.496072 mtc Start timer T: 2 s
04:18:33.496254 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46
04:18:33.496347 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
04:18:33.496647 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46
04:18:33.496720 mtc Message with id 46 was extracted from the queue of BSCVTY.
04:18:33.496895 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
04:18:33.496954 mtc Message with id 47 was extracted from the queue of BSCVTY.
04:18:33.496984 mtc Stop timer T: 2 s
04:18:33.497031 mtc Sent on BSCVTY to system charstring : "end"
04:18:33.497119 mtc Start timer T: 2 s
04:18:33.497206 mtc Message enqueued on BSCVTY from system charstring : " end" id 48
04:18:33.497240 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49
04:18:33.497310 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48
04:18:33.497328 mtc Message with id 48 was extracted from the queue of BSCVTY.
04:18:33.497357 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49
04:18:33.497373 mtc Message with id 49 was extracted from the queue of BSCVTY.
04:18:33.497384 mtc Stop timer T: 2 s
04:18:33.497403 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:33.497436 mtc Start timer T: 2 s
04:18:33.497532 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50
04:18:33.497618 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50
04:18:33.497634 mtc Message with id 50 was extracted from the queue of BSCVTY.
04:18:33.497648 mtc Stop timer T: 2 s
04:18:33.497682 mtc Sent on BSCVTY to system charstring : "network"
04:18:33.497709 mtc Start timer T: 2 s
04:18:33.497762 mtc Message enqueued on BSCVTY from system charstring : " network" id 51
04:18:33.497790 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52
04:18:33.497860 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51
04:18:33.497877 mtc Message with id 51 was extracted from the queue of BSCVTY.
04:18:33.497929 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52
04:18:33.497945 mtc Message with id 52 was extracted from the queue of BSCVTY.
04:18:33.497958 mtc Stop timer T: 2 s
04:18:33.497979 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:33.498008 mtc Start timer T: 2 s
04:18:33.498060 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 53
04:18:33.498078 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54
04:18:33.498121 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53
04:18:33.498133 mtc Message with id 53 was extracted from the queue of BSCVTY.
04:18:33.498183 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54
04:18:33.498195 mtc Message with id 54 was extracted from the queue of BSCVTY.
04:18:33.498206 mtc Stop timer T: 2 s
04:18:33.498228 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:18:33.498256 mtc Start timer T: 2 s
04:18:33.498400 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55
04:18:33.498420 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
04:18:33.498495 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55
04:18:33.498511 mtc Message with id 55 was extracted from the queue of BSCVTY.
04:18:33.498560 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
04:18:33.498575 mtc Message with id 56 was extracted from the queue of BSCVTY.
04:18:33.498587 mtc Stop timer T: 2 s
04:18:33.498607 mtc Sent on BSCVTY to system charstring : "end"
04:18:33.498634 mtc Start timer T: 2 s
04:18:33.498682 mtc Message enqueued on BSCVTY from system charstring : " end" id 57
04:18:33.498699 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58
04:18:33.498739 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57
04:18:33.498750 mtc Message with id 57 was extracted from the queue of BSCVTY.
04:18:33.498767 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58
04:18:33.498776 mtc Message with id 58 was extracted from the queue of BSCVTY.
04:18:33.498783 mtc Stop timer T: 2 s
04:18:33.498797 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:33.498824 mtc Start timer T: 2 s
04:18:33.498879 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59
04:18:33.498938 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59
04:18:33.498954 mtc Message with id 59 was extracted from the queue of BSCVTY.
04:18:33.498967 mtc Stop timer T: 2 s
04:18:33.498986 mtc Sent on BSCVTY to system charstring : "network"
04:18:33.499011 mtc Start timer T: 2 s
04:18:33.499054 mtc Message enqueued on BSCVTY from system charstring : " network" id 60
04:18:33.499072 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61
04:18:33.499133 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60
04:18:33.499150 mtc Message with id 60 was extracted from the queue of BSCVTY.
04:18:33.499196 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61
04:18:33.499210 mtc Message with id 61 was extracted from the queue of BSCVTY.
04:18:33.499223 mtc Stop timer T: 2 s
04:18:33.499243 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:33.499267 mtc Start timer T: 2 s
04:18:33.499313 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 62
04:18:33.499330 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63
04:18:33.499375 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62
04:18:33.499390 mtc Message with id 62 was extracted from the queue of BSCVTY.
04:18:33.499438 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63
04:18:33.499453 mtc Message with id 63 was extracted from the queue of BSCVTY.
04:18:33.499466 mtc Stop timer T: 2 s
04:18:33.499486 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:18:33.499509 mtc Start timer T: 2 s
04:18:33.499573 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64
04:18:33.499592 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
04:18:33.499655 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64
04:18:33.499670 mtc Message with id 64 was extracted from the queue of BSCVTY.
04:18:33.499720 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
04:18:33.499735 mtc Message with id 65 was extracted from the queue of BSCVTY.
04:18:33.499748 mtc Stop timer T: 2 s
04:18:33.499766 mtc Sent on BSCVTY to system charstring : "end"
04:18:33.499791 mtc Start timer T: 2 s
04:18:33.499837 mtc Message enqueued on BSCVTY from system charstring : " end" id 66
04:18:33.499853 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67
04:18:33.499913 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66
04:18:33.499929 mtc Message with id 66 was extracted from the queue of BSCVTY.
04:18:33.499957 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67
04:18:33.499970 mtc Message with id 67 was extracted from the queue of BSCVTY.
04:18:33.499982 mtc Stop timer T: 2 s
04:18:33.500000 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:33.500025 mtc Start timer T: 2 s
04:18:33.500078 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68
04:18:33.500139 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68
04:18:33.500167 mtc Message with id 68 was extracted from the queue of BSCVTY.
04:18:33.500179 mtc Stop timer T: 2 s
04:18:33.500198 mtc Sent on BSCVTY to system charstring : "network"
04:18:33.500221 mtc Start timer T: 2 s
04:18:33.500272 mtc Message enqueued on BSCVTY from system charstring : " network" id 69
04:18:33.500301 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70
04:18:33.500357 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69
04:18:33.500371 mtc Message with id 69 was extracted from the queue of BSCVTY.
04:18:33.500407 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70
04:18:33.500423 mtc Message with id 70 was extracted from the queue of BSCVTY.
04:18:33.500436 mtc Stop timer T: 2 s
04:18:33.500454 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:33.500476 mtc Start timer T: 2 s
04:18:33.500517 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 71
04:18:33.500534 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72
04:18:33.500581 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71
04:18:33.500593 mtc Message with id 71 was extracted from the queue of BSCVTY.
04:18:33.500628 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72
04:18:33.500641 mtc Message with id 72 was extracted from the queue of BSCVTY.
04:18:33.500649 mtc Stop timer T: 2 s
04:18:33.500665 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:18:33.500690 mtc Start timer T: 2 s
04:18:33.500760 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 73
04:18:33.500782 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
04:18:33.500845 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 73
04:18:33.500862 mtc Message with id 73 was extracted from the queue of BSCVTY.
04:18:33.500908 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
04:18:33.500923 mtc Message with id 74 was extracted from the queue of BSCVTY.
04:18:33.500935 mtc Stop timer T: 2 s
04:18:33.500954 mtc Sent on BSCVTY to system charstring : "end"
04:18:33.500979 mtc Start timer T: 2 s
04:18:33.501025 mtc Message enqueued on BSCVTY from system charstring : " end" id 75
04:18:33.501042 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76
04:18:33.501101 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75
04:18:33.501116 mtc Message with id 75 was extracted from the queue of BSCVTY.
04:18:33.501144 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76
04:18:33.501163 mtc Message with id 76 was extracted from the queue of BSCVTY.
04:18:33.501176 mtc Stop timer T: 2 s
04:18:33.501195 mtc Sent on BSCVTY to system charstring : "write terminal"
04:18:33.501219 mtc Start timer T: 2 s
04:18:33.501551 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:18:33.501597 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
04:18:33.503074 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:18:33.503118 mtc Message with id 77 was extracted from the queue of BSCVTY.
04:18:33.503139 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
04:18:33.503151 mtc Message with id 78 was extracted from the queue of BSCVTY.
04:18:33.503159 mtc Stop timer T: 2 s
04:18:33.503185 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:18:33.503205 mtc Start timer T: 2 s
04:18:33.503330 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79
04:18:33.503369 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79
04:18:33.503387 mtc Message with id 79 was extracted from the queue of BSCVTY.
04:18:33.503400 mtc Stop timer T: 2 s
04:18:33.503413 mtc Start timer T: 1 s
04:18:33.687733 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067010100000059061A00000000000000000000000000000000FF9D0400'O } id 6
04:18:33.687979 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26369, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6
04:18:33.923184 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067340100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 7
04:18:33.923494 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26420, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7
04:18:34.158545 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067670100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8
04:18:34.158838 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26471, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8
04:18:34.393848 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000679A010000005506198FB380000000000000000000000000009D04002B'O } id 9
04:18:34.394109 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26522, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 9
04:18:34.503484 mtc Timeout T: 1 s
04:18:34.503641 mtc setverdict(pass): none -> pass
04:18:34.503686 mtc Terminating component type Test.dummy_CT.
04:18:34.503725 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:18:34.503811 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:18:34.503880 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:18:34.503940 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:18:34.503990 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:18:34.504037 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:18:34.504079 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:18:34.504130 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:18:34.504188 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:18:34.504241 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:18:34.504297 mtc Message with id 9 was extracted from the queue of GSMTAP.
04:18:34.504357 mtc Port GSMTAP was stopped.
04:18:34.504415 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:18:34.504585 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:18:34.504667 mtc Port BSCVTY was stopped.
04:18:34.504716 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2quater.
04:18:34.504776 mtc Waiting for PTCs to finish.
04:18:34.504888 mtc Setting final verdict of the test case.
04:18:34.504943 mtc Local verdict of MTC: pass
04:18:34.504993 mtc No PTCs were created.
04:18:34.505035 mtc Test case TC_si_sched_2quater finished. Verdict: pass
04:18:34.505188 mtc Executing test case TC_si_sched_13 in module Test.
04:18:34.505292 mtc Test case TC_si_sched_13 started.
04:18:34.505353 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13.
04:18:34.505475 mtc Port GSMTAP was started.
04:18:34.505555 mtc Port BSCVTY was started.
04:18:34.505595 mtc Component type Test.dummy_CT was initialized.
04:18:34.505649 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:18:34.505779 mtc Port GSMTAP was mapped to system:GSMTAP.
04:18:34.505912 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:18:34.505993 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:18:34.506127 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:18:34.506615 mtc Port BSCVTY was mapped to system:BSCVTY.
04:18:34.506762 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:18:34.506848 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:18:34.506920 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:18:34.506988 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:18:34.507163 mtc Sent on BSCVTY to system charstring : "enable"
04:18:34.507296 mtc Start timer T: 2 s
04:18:34.507493 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:18:34.507652 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:18:34.507718 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:18:34.507775 mtc Stop timer T: 2 s
04:18:34.507845 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:34.507954 mtc Start timer T: 2 s
04:18:34.508309 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:18:34.508533 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:18:34.508589 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:18:34.508638 mtc Stop timer T: 2 s
04:18:34.508711 mtc Sent on BSCVTY to system charstring : "network"
04:18:34.508822 mtc Start timer T: 2 s
04:18:34.509050 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:18:34.509137 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:18:34.509245 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:18:34.509272 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:18:34.509332 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:18:34.509350 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:18:34.509366 mtc Stop timer T: 2 s
04:18:34.509389 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:34.509422 mtc Start timer T: 2 s
04:18:34.509504 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:18:34.509541 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:18:34.509608 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:18:34.509632 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:18:34.509691 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:18:34.509706 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:18:34.509715 mtc Stop timer T: 2 s
04:18:34.509735 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:18:34.509768 mtc Start timer T: 2 s
04:18:34.509896 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7
04:18:34.509921 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:18:34.510016 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7
04:18:34.510036 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:18:34.510099 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:18:34.510119 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:18:34.510136 mtc Stop timer T: 2 s
04:18:34.510162 mtc Sent on BSCVTY to system charstring : "end"
04:18:34.510194 mtc Start timer T: 2 s
04:18:34.510252 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:18:34.510273 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:18:34.510332 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:18:34.510347 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:18:34.510369 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:18:34.510391 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:18:34.510403 mtc Stop timer T: 2 s
04:18:34.510421 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:34.510506 mtc Start timer T: 2 s
04:18:34.510547 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11
04:18:34.510624 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11
04:18:34.510644 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:18:34.510661 mtc Stop timer T: 2 s
04:18:34.510683 mtc Sent on BSCVTY to system charstring : "network"
04:18:34.510716 mtc Start timer T: 2 s
04:18:34.510779 mtc Message enqueued on BSCVTY from system charstring : " network" id 12
04:18:34.510806 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13
04:18:34.510884 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12
04:18:34.510904 mtc Message with id 12 was extracted from the queue of BSCVTY.
04:18:34.510963 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13
04:18:34.510981 mtc Message with id 13 was extracted from the queue of BSCVTY.
04:18:34.510997 mtc Stop timer T: 2 s
04:18:34.511023 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:34.511053 mtc Start timer T: 2 s
04:18:34.511112 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14
04:18:34.511132 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15
04:18:34.511208 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14
04:18:34.511228 mtc Message with id 14 was extracted from the queue of BSCVTY.
04:18:34.511294 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15
04:18:34.511314 mtc Message with id 15 was extracted from the queue of BSCVTY.
04:18:34.511330 mtc Stop timer T: 2 s
04:18:34.511358 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:18:34.511389 mtc Start timer T: 2 s
04:18:34.511504 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16
04:18:34.511550 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
04:18:34.511676 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16
04:18:34.511698 mtc Message with id 16 was extracted from the queue of BSCVTY.
04:18:34.511797 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
04:18:34.511818 mtc Message with id 17 was extracted from the queue of BSCVTY.
04:18:34.511830 mtc Stop timer T: 2 s
04:18:34.511866 mtc Sent on BSCVTY to system charstring : "end"
04:18:34.511904 mtc Start timer T: 2 s
04:18:34.511967 mtc Message enqueued on BSCVTY from system charstring : " end" id 18
04:18:34.512004 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19
04:18:34.512078 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18
04:18:34.512094 mtc Message with id 18 was extracted from the queue of BSCVTY.
04:18:34.512134 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19
04:18:34.512147 mtc Message with id 19 was extracted from the queue of BSCVTY.
04:18:34.512157 mtc Stop timer T: 2 s
04:18:34.512175 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:34.512204 mtc Start timer T: 2 s
04:18:34.512295 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20
04:18:34.512413 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20
04:18:34.512440 mtc Message with id 20 was extracted from the queue of BSCVTY.
04:18:34.512455 mtc Stop timer T: 2 s
04:18:34.512475 mtc Sent on BSCVTY to system charstring : "network"
04:18:34.512512 mtc Start timer T: 2 s
04:18:34.512584 mtc Message enqueued on BSCVTY from system charstring : " network" id 21
04:18:34.512611 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22
04:18:34.512681 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21
04:18:34.512701 mtc Message with id 21 was extracted from the queue of BSCVTY.
04:18:34.512747 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22
04:18:34.512762 mtc Message with id 22 was extracted from the queue of BSCVTY.
04:18:34.512776 mtc Stop timer T: 2 s
04:18:34.512804 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:34.512835 mtc Start timer T: 2 s
04:18:34.512916 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 23
04:18:34.512956 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24
04:18:34.513049 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23
04:18:34.513071 mtc Message with id 23 was extracted from the queue of BSCVTY.
04:18:34.513121 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24
04:18:34.513137 mtc Message with id 24 was extracted from the queue of BSCVTY.
04:18:34.513147 mtc Stop timer T: 2 s
04:18:34.513166 mtc Sent on BSCVTY to system charstring : "gprs mode gprs"
04:18:34.513196 mtc Start timer T: 2 s
04:18:34.513287 mtc Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 25
04:18:34.513318 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26
04:18:34.513390 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 25
04:18:34.513409 mtc Message with id 25 was extracted from the queue of BSCVTY.
04:18:34.513469 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26
04:18:34.513488 mtc Message with id 26 was extracted from the queue of BSCVTY.
04:18:34.513499 mtc Stop timer T: 2 s
04:18:34.513520 mtc Sent on BSCVTY to system charstring : "end"
04:18:34.513555 mtc Start timer T: 2 s
04:18:34.513620 mtc Message enqueued on BSCVTY from system charstring : " end" id 27
04:18:34.513644 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28
04:18:34.513729 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27
04:18:34.513752 mtc Message with id 27 was extracted from the queue of BSCVTY.
04:18:34.513792 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28
04:18:34.513813 mtc Message with id 28 was extracted from the queue of BSCVTY.
04:18:34.513832 mtc Stop timer T: 2 s
04:18:34.513859 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:34.513896 mtc Start timer T: 2 s
04:18:34.513971 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29
04:18:34.514056 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29
04:18:34.514080 mtc Message with id 29 was extracted from the queue of BSCVTY.
04:18:34.514099 mtc Stop timer T: 2 s
04:18:34.514128 mtc Sent on BSCVTY to system charstring : "network"
04:18:34.514165 mtc Start timer T: 2 s
04:18:34.514222 mtc Message enqueued on BSCVTY from system charstring : " network" id 30
04:18:34.514246 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31
04:18:34.514330 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30
04:18:34.514352 mtc Message with id 30 was extracted from the queue of BSCVTY.
04:18:34.514434 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31
04:18:34.514456 mtc Message with id 31 was extracted from the queue of BSCVTY.
04:18:34.514474 mtc Stop timer T: 2 s
04:18:34.514505 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:34.514594 mtc Start timer T: 2 s
04:18:34.514641 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 32
04:18:34.514666 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33
04:18:34.514757 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32
04:18:34.514781 mtc Message with id 32 was extracted from the queue of BSCVTY.
04:18:34.514850 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33
04:18:34.514873 mtc Message with id 33 was extracted from the queue of BSCVTY.
04:18:34.514892 mtc Stop timer T: 2 s
04:18:34.514926 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:18:34.515032 mtc Start timer T: 2 s
04:18:34.515095 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:18:34.515121 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35
04:18:34.515252 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:18:34.515277 mtc Message with id 34 was extracted from the queue of BSCVTY.
04:18:34.515344 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35
04:18:34.515365 mtc Message with id 35 was extracted from the queue of BSCVTY.
04:18:34.515383 mtc Stop timer T: 2 s
04:18:34.515412 mtc Sent on BSCVTY to system charstring : "end"
04:18:34.515448 mtc Start timer T: 2 s
04:18:34.515523 mtc Message enqueued on BSCVTY from system charstring : " end" id 36
04:18:34.515555 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37
04:18:34.515642 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36
04:18:34.515663 mtc Message with id 36 was extracted from the queue of BSCVTY.
04:18:34.515688 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37
04:18:34.515708 mtc Message with id 37 was extracted from the queue of BSCVTY.
04:18:34.515721 mtc Stop timer T: 2 s
04:18:34.515739 mtc Sent on BSCVTY to system charstring : "write terminal"
04:18:34.515770 mtc Start timer T: 2 s
04:18:34.516376 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:18:34.516455 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39
04:18:34.519037 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:18:34.519108 mtc Message with id 38 was extracted from the queue of BSCVTY.
04:18:34.519136 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39
04:18:34.519148 mtc Message with id 39 was extracted from the queue of BSCVTY.
04:18:34.519159 mtc Stop timer T: 2 s
04:18:34.519179 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:18:34.519208 mtc Start timer T: 2 s
04:18:34.519401 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40
04:18:34.519461 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40
04:18:34.519486 mtc Message with id 40 was extracted from the queue of BSCVTY.
04:18:34.519507 mtc Stop timer T: 2 s
04:18:34.519527 mtc Start timer T: 1 s
04:18:34.629213 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067CD0100000059061A00000000000000000000000000000000FF9D0400'O } id 1
04:18:34.629536 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26573, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 1
04:18:34.864824 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068000100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 2
04:18:34.865143 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26624, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 2
04:18:35.099975 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068330100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 3
04:18:35.100261 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26675, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3
04:18:35.335345 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006866010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 4
04:18:35.335611 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26726, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 4
04:18:35.519546 mtc Timeout T: 1 s
04:18:35.519660 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:18:35.519726 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:18:35.519769 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:18:35.519808 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:18:35.519834 mtc Port GSMTAP was cleared.
04:18:35.519876 mtc Start timer T: 8 s
04:18:35.570669 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068990100000059061A00000000000000000000000000000000FF9D0400'O } id 5
04:18:35.570963 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26777, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5
04:18:35.571145 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26777, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 5
04:18:35.571247 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:18:35.571468 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:18:35.806242 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068CC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 6
04:18:35.806640 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26828, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6
04:18:35.806894 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26828, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6
04:18:35.807179 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:18:35.807747 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:18:36.041425 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068FF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 7
04:18:36.041736 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26879, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7
04:18:36.041932 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26879, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7
04:18:36.042047 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:18:36.042325 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:18:36.276693 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006932010000005506198FB380000000000000000000000000009D04002B'O } id 8
04:18:36.276974 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26930, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 8
04:18:36.277183 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26930, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 8
04:18:36.277263 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:18:36.277460 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:18:36.512156 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069650100000059061A00000000000000000000000000000000FF9D0400'O } id 9
04:18:36.512426 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26981, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9
04:18:36.512590 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 26981, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 9
04:18:36.512706 mtc Message with id 9 was extracted from the queue of GSMTAP.
04:18:36.512926 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:18:36.747522 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069980100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 10
04:18:36.747794 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27032, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10
04:18:36.747954 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27032, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10
04:18:36.748022 mtc Message with id 10 was extracted from the queue of GSMTAP.
04:18:36.748276 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:18:36.982820 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069CB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 11
04:18:36.983078 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11
04:18:36.983252 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11
04:18:36.983320 mtc Message with id 11 was extracted from the queue of GSMTAP.
04:18:36.983594 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:18:37.218317 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069FE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 12
04:18:37.218578 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27134, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 12
04:18:37.218726 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27134, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 12
04:18:37.218796 mtc Message with id 12 was extracted from the queue of GSMTAP.
04:18:37.218994 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:18:37.453583 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A310100000059061A00000000000000000000000000000000FF9D0400'O } id 13
04:18:37.453852 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27185, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13
04:18:37.454065 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27185, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 13
04:18:37.454163 mtc Message with id 13 was extracted from the queue of GSMTAP.
04:18:37.454419 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:18:37.688941 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A640100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 14
04:18:37.689257 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27236, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14
04:18:37.689469 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27236, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14
04:18:37.689549 mtc Message with id 14 was extracted from the queue of GSMTAP.
04:18:37.689817 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:18:37.924543 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A970100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 15
04:18:37.924854 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27287, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15
04:18:37.925122 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27287, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15
04:18:37.925218 mtc Message with id 15 was extracted from the queue of GSMTAP.
04:18:37.925562 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:18:38.159703 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006ACA010000005506198FB380000000000000000000000000009D04002B'O } id 16
04:18:38.159976 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27338, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 16
04:18:38.160145 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27338, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 16
04:18:38.160235 mtc Message with id 16 was extracted from the queue of GSMTAP.
04:18:38.160425 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:18:38.395102 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006AFD0100000059061A00000000000000000000000000000000FF9D0400'O } id 17
04:18:38.395435 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27389, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17
04:18:38.395668 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27389, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 17
04:18:38.395754 mtc Message with id 17 was extracted from the queue of GSMTAP.
04:18:38.395966 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:18:38.630435 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B300100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 18
04:18:38.630704 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27440, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18
04:18:38.630898 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27440, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18
04:18:38.630997 mtc Message with id 18 was extracted from the queue of GSMTAP.
04:18:38.631266 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:18:38.865840 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B630100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 19
04:18:38.866156 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27491, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19
04:18:38.866350 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27491, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19
04:18:38.866498 mtc Message with id 19 was extracted from the queue of GSMTAP.
04:18:38.866761 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:18:39.101374 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B96010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 20
04:18:39.101712 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27542, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 20
04:18:39.101904 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27542, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 20
04:18:39.101993 mtc Message with id 20 was extracted from the queue of GSMTAP.
04:18:39.102267 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:18:39.336514 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BC90100000059061A00000000000000000000000000000000FF9D0400'O } id 21
04:18:39.336827 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21
04:18:39.337028 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 21
04:18:39.337107 mtc Message with id 21 was extracted from the queue of GSMTAP.
04:18:39.337263 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:18:39.572098 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BFC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 22
04:18:39.572481 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27644, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22
04:18:39.572734 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27644, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22
04:18:39.572836 mtc Message with id 22 was extracted from the queue of GSMTAP.
04:18:39.573154 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:18:39.807469 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C2F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 23
04:18:39.807843 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27695, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23
04:18:39.808093 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27695, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23
04:18:39.808203 mtc Message with id 23 was extracted from the queue of GSMTAP.
04:18:39.808533 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:18:40.042841 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C62010000005506198FB380000000000000000000000000009D04002B'O } id 24
04:18:40.043244 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27746, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 24
04:18:40.043499 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27746, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 24
04:18:40.043626 mtc Message with id 24 was extracted from the queue of GSMTAP.
04:18:40.043852 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:18:40.277950 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C950100000059061A00000000000000000000000000000000FF9D0400'O } id 25
04:18:40.278247 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27797, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25
04:18:40.278468 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27797, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 25
04:18:40.278558 mtc Message with id 25 was extracted from the queue of GSMTAP.
04:18:40.278796 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:18:40.513543 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CC80100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 26
04:18:40.513904 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27848, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26
04:18:40.514140 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27848, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26
04:18:40.514246 mtc Message with id 26 was extracted from the queue of GSMTAP.
04:18:40.514570 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:18:40.748649 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CFB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 27
04:18:40.748934 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27899, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27
04:18:40.749119 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27899, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27
04:18:40.749219 mtc Message with id 27 was extracted from the queue of GSMTAP.
04:18:40.749504 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:18:40.984117 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D2E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 28
04:18:40.984403 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27950, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 28
04:18:40.984599 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27950, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 28
04:18:40.984716 mtc Message with id 28 was extracted from the queue of GSMTAP.
04:18:40.984925 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:18:41.219453 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D610100000059061A00000000000000000000000000000000FF9D0400'O } id 29
04:18:41.219687 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28001, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29
04:18:41.219831 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28001, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 29
04:18:41.219897 mtc Message with id 29 was extracted from the queue of GSMTAP.
04:18:41.220044 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:18:41.454893 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D940100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 30
04:18:41.455238 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28052, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 30
04:18:41.455485 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28052, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 30
04:18:41.455604 mtc Message with id 30 was extracted from the queue of GSMTAP.
04:18:41.455908 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:18:41.690025 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DC70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 31
04:18:41.690142 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28103, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31
04:18:41.690210 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28103, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 31
04:18:41.690236 mtc Message with id 31 was extracted from the queue of GSMTAP.
04:18:41.690332 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:18:41.925708 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DFA010000005506198FB380000000000000000000000000009D04002B'O } id 32
04:18:41.926092 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28154, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 32
04:18:41.926367 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28154, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 32
04:18:41.926572 mtc Message with id 32 was extracted from the queue of GSMTAP.
04:18:41.926867 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:18:42.161154 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E2D0100000059061A00000000000000000000000000000000FF9D0400'O } id 33
04:18:42.161545 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28205, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33
04:18:42.161810 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28205, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 33
04:18:42.161954 mtc Message with id 33 was extracted from the queue of GSMTAP.
04:18:42.162237 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:18:42.396475 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E600100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 34
04:18:42.396854 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28256, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 34
04:18:42.397118 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28256, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 34
04:18:42.397254 mtc Message with id 34 was extracted from the queue of GSMTAP.
04:18:42.397590 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:18:42.631815 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E930100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 35
04:18:42.632212 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28307, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 35
04:18:42.632472 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28307, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 35
04:18:42.632577 mtc Message with id 35 was extracted from the queue of GSMTAP.
04:18:42.632902 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:18:42.867207 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EC6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 36
04:18:42.867604 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 36
04:18:42.867878 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28358, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 36
04:18:42.868009 mtc Message with id 36 was extracted from the queue of GSMTAP.
04:18:42.868249 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:18:43.102605 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EF90100000059061A00000000000000000000000000000000FF9D0400'O } id 37
04:18:43.102984 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28409, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 37
04:18:43.103252 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28409, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 37
04:18:43.103380 mtc Message with id 37 was extracted from the queue of GSMTAP.
04:18:43.103658 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:18:43.337782 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F2C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 38
04:18:43.338117 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28460, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 38
04:18:43.338326 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28460, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 38
04:18:43.338513 mtc Message with id 38 was extracted from the queue of GSMTAP.
04:18:43.338746 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:18:43.519986 mtc Timeout T: 8 s
04:18:43.520104 mtc "TC_si_sched_13": TC=0 has #of SI=4
04:18:43.520158 mtc "TC_si_sched_13": TC=1 has #of SI=4
04:18:43.520191 mtc "TC_si_sched_13": TC=2 has #of SI=4
04:18:43.520239 mtc "TC_si_sched_13": TC=3 has #of SI=4
04:18:43.520288 mtc "TC_si_sched_13": TC=4 has #of SI=4
04:18:43.520318 mtc "TC_si_sched_13": TC=5 has #of SI=5
04:18:43.520351 mtc "TC_si_sched_13": TC=6 has #of SI=5
04:18:43.520398 mtc "TC_si_sched_13": TC=7 has #of SI=4
04:18:43.520565 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:43.520714 mtc Start timer T: 2 s
04:18:43.521083 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41
04:18:43.521416 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41
04:18:43.521486 mtc Message with id 41 was extracted from the queue of BSCVTY.
04:18:43.521539 mtc Stop timer T: 2 s
04:18:43.521621 mtc Sent on BSCVTY to system charstring : "network"
04:18:43.521736 mtc Start timer T: 2 s
04:18:43.522014 mtc Message enqueued on BSCVTY from system charstring : " network" id 42
04:18:43.522116 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43
04:18:43.522352 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42
04:18:43.522427 mtc Message with id 42 was extracted from the queue of BSCVTY.
04:18:43.522536 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43
04:18:43.522571 mtc Message with id 43 was extracted from the queue of BSCVTY.
04:18:43.522596 mtc Stop timer T: 2 s
04:18:43.522733 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:43.522807 mtc Start timer T: 2 s
04:18:43.523020 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 44
04:18:43.523109 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45
04:18:43.523311 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44
04:18:43.523364 mtc Message with id 44 was extracted from the queue of BSCVTY.
04:18:43.523519 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45
04:18:43.523578 mtc Message with id 45 was extracted from the queue of BSCVTY.
04:18:43.523624 mtc Stop timer T: 2 s
04:18:43.523697 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:18:43.523808 mtc Start timer T: 2 s
04:18:43.524146 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46
04:18:43.524217 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47
04:18:43.524417 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46
04:18:43.524482 mtc Message with id 46 was extracted from the queue of BSCVTY.
04:18:43.524693 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47
04:18:43.524757 mtc Message with id 47 was extracted from the queue of BSCVTY.
04:18:43.524807 mtc Stop timer T: 2 s
04:18:43.524879 mtc Sent on BSCVTY to system charstring : "end"
04:18:43.524990 mtc Start timer T: 2 s
04:18:43.525239 mtc Message enqueued on BSCVTY from system charstring : " end" id 48
04:18:43.525313 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49
04:18:43.525545 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48
04:18:43.525606 mtc Message with id 48 was extracted from the queue of BSCVTY.
04:18:43.525717 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49
04:18:43.525768 mtc Message with id 49 was extracted from the queue of BSCVTY.
04:18:43.525815 mtc Stop timer T: 2 s
04:18:43.525884 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:43.525984 mtc Start timer T: 2 s
04:18:43.526175 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50
04:18:43.526229 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50
04:18:43.526243 mtc Message with id 50 was extracted from the queue of BSCVTY.
04:18:43.526255 mtc Stop timer T: 2 s
04:18:43.526271 mtc Sent on BSCVTY to system charstring : "network"
04:18:43.526295 mtc Start timer T: 2 s
04:18:43.526334 mtc Message enqueued on BSCVTY from system charstring : " network" id 51
04:18:43.526350 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52
04:18:43.526413 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51
04:18:43.526427 mtc Message with id 51 was extracted from the queue of BSCVTY.
04:18:43.526469 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52
04:18:43.526482 mtc Message with id 52 was extracted from the queue of BSCVTY.
04:18:43.526493 mtc Stop timer T: 2 s
04:18:43.526511 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:43.526534 mtc Start timer T: 2 s
04:18:43.526582 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 53
04:18:43.526597 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54
04:18:43.526635 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53
04:18:43.526646 mtc Message with id 53 was extracted from the queue of BSCVTY.
04:18:43.526673 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54
04:18:43.526684 mtc Message with id 54 was extracted from the queue of BSCVTY.
04:18:43.526693 mtc Stop timer T: 2 s
04:18:43.526711 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:18:43.526735 mtc Start timer T: 2 s
04:18:43.526801 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55
04:18:43.526817 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56
04:18:43.526873 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55
04:18:43.526888 mtc Message with id 55 was extracted from the queue of BSCVTY.
04:18:43.526930 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56
04:18:43.526943 mtc Message with id 56 was extracted from the queue of BSCVTY.
04:18:43.526955 mtc Stop timer T: 2 s
04:18:43.526971 mtc Sent on BSCVTY to system charstring : "end"
04:18:43.526995 mtc Start timer T: 2 s
04:18:43.527036 mtc Message enqueued on BSCVTY from system charstring : " end" id 57
04:18:43.527051 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58
04:18:43.527087 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57
04:18:43.527096 mtc Message with id 57 was extracted from the queue of BSCVTY.
04:18:43.527110 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58
04:18:43.527123 mtc Message with id 58 was extracted from the queue of BSCVTY.
04:18:43.527131 mtc Stop timer T: 2 s
04:18:43.527142 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:43.527197 mtc Start timer T: 2 s
04:18:43.527225 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59
04:18:43.527275 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59
04:18:43.527289 mtc Message with id 59 was extracted from the queue of BSCVTY.
04:18:43.527301 mtc Stop timer T: 2 s
04:18:43.527317 mtc Sent on BSCVTY to system charstring : "network"
04:18:43.527340 mtc Start timer T: 2 s
04:18:43.527383 mtc Message enqueued on BSCVTY from system charstring : " network" id 60
04:18:43.527398 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61
04:18:43.527452 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60
04:18:43.527466 mtc Message with id 60 was extracted from the queue of BSCVTY.
04:18:43.527507 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61
04:18:43.527520 mtc Message with id 61 was extracted from the queue of BSCVTY.
04:18:43.527531 mtc Stop timer T: 2 s
04:18:43.527547 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:43.527570 mtc Start timer T: 2 s
04:18:43.527617 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 62
04:18:43.527632 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63
04:18:43.527686 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62
04:18:43.527699 mtc Message with id 62 was extracted from the queue of BSCVTY.
04:18:43.527740 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63
04:18:43.527753 mtc Message with id 63 was extracted from the queue of BSCVTY.
04:18:43.527765 mtc Stop timer T: 2 s
04:18:43.527781 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:18:43.527804 mtc Start timer T: 2 s
04:18:43.527864 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64
04:18:43.527879 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65
04:18:43.527937 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64
04:18:43.527951 mtc Message with id 64 was extracted from the queue of BSCVTY.
04:18:43.527992 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65
04:18:43.528006 mtc Message with id 65 was extracted from the queue of BSCVTY.
04:18:43.528017 mtc Stop timer T: 2 s
04:18:43.528033 mtc Sent on BSCVTY to system charstring : "end"
04:18:43.528056 mtc Start timer T: 2 s
04:18:43.528093 mtc Message enqueued on BSCVTY from system charstring : " end" id 66
04:18:43.528106 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67
04:18:43.528157 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66
04:18:43.528171 mtc Message with id 66 was extracted from the queue of BSCVTY.
04:18:43.528197 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67
04:18:43.528209 mtc Message with id 67 was extracted from the queue of BSCVTY.
04:18:43.528220 mtc Stop timer T: 2 s
04:18:43.528236 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:43.528261 mtc Start timer T: 2 s
04:18:43.528314 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68
04:18:43.528361 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68
04:18:43.528375 mtc Message with id 68 was extracted from the queue of BSCVTY.
04:18:43.528387 mtc Stop timer T: 2 s
04:18:43.528403 mtc Sent on BSCVTY to system charstring : "network"
04:18:43.528427 mtc Start timer T: 2 s
04:18:43.528472 mtc Message enqueued on BSCVTY from system charstring : " network" id 69
04:18:43.528497 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70
04:18:43.528587 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69
04:18:43.528606 mtc Message with id 69 was extracted from the queue of BSCVTY.
04:18:43.528656 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70
04:18:43.528670 mtc Message with id 70 was extracted from the queue of BSCVTY.
04:18:43.528694 mtc Stop timer T: 2 s
04:18:43.528714 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:43.528754 mtc Start timer T: 2 s
04:18:43.528784 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 71
04:18:43.528801 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72
04:18:43.528861 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71
04:18:43.528882 mtc Message with id 71 was extracted from the queue of BSCVTY.
04:18:43.528909 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72
04:18:43.528918 mtc Message with id 72 was extracted from the queue of BSCVTY.
04:18:43.528940 mtc Stop timer T: 2 s
04:18:43.528953 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:18:43.528971 mtc Start timer T: 2 s
04:18:43.529041 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:18:43.529065 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74
04:18:43.529152 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:18:43.529172 mtc Message with id 73 was extracted from the queue of BSCVTY.
04:18:43.529204 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74
04:18:43.529213 mtc Message with id 74 was extracted from the queue of BSCVTY.
04:18:43.529222 mtc Stop timer T: 2 s
04:18:43.529240 mtc Sent on BSCVTY to system charstring : "end"
04:18:43.529263 mtc Start timer T: 2 s
04:18:43.529301 mtc Message enqueued on BSCVTY from system charstring : " end" id 75
04:18:43.529322 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76
04:18:43.529403 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75
04:18:43.529431 mtc Message with id 75 was extracted from the queue of BSCVTY.
04:18:43.529458 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76
04:18:43.529474 mtc Message with id 76 was extracted from the queue of BSCVTY.
04:18:43.529485 mtc Stop timer T: 2 s
04:18:43.529502 mtc Sent on BSCVTY to system charstring : "write terminal"
04:18:43.529526 mtc Start timer T: 2 s
04:18:43.529842 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:18:43.529903 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78
04:18:43.531322 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:18:43.531377 mtc Message with id 77 was extracted from the queue of BSCVTY.
04:18:43.531400 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78
04:18:43.531410 mtc Message with id 78 was extracted from the queue of BSCVTY.
04:18:43.531419 mtc Stop timer T: 2 s
04:18:43.531433 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:18:43.531464 mtc Start timer T: 2 s
04:18:43.531598 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79
04:18:43.531634 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79
04:18:43.531662 mtc Message with id 79 was extracted from the queue of BSCVTY.
04:18:43.531672 mtc Stop timer T: 2 s
04:18:43.531681 mtc Start timer T: 1 s
04:18:43.572974 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F5F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 39
04:18:43.573201 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28511, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 39
04:18:43.808678 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F92010000005506198FB380000000000000000000000000009D04002B'O } id 40
04:18:43.809023 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28562, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 40
04:18:44.043761 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FC50100000059061A00000000000000000000000000000000FF9D0400'O } id 41
04:18:44.044054 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28613, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 41
04:18:44.279132 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FF80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42
04:18:44.279403 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28664, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42
04:18:44.514437 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000702B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 43
04:18:44.514706 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28715, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 43
04:18:44.539464 mtc Timeout T: 1 s
04:18:44.539580 mtc setverdict(pass): none -> pass
04:18:44.539725 mtc Terminating component type Test.dummy_CT.
04:18:44.539785 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:18:44.539896 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:18:44.539964 mtc Message with id 39 was extracted from the queue of GSMTAP.
04:18:44.540048 mtc Message with id 40 was extracted from the queue of GSMTAP.
04:18:44.540107 mtc Message with id 41 was extracted from the queue of GSMTAP.
04:18:44.540193 mtc Message with id 42 was extracted from the queue of GSMTAP.
04:18:44.540256 mtc Message with id 43 was extracted from the queue of GSMTAP.
04:18:44.540305 mtc Port GSMTAP was stopped.
04:18:44.540354 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:18:44.540488 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:18:44.540544 mtc Port BSCVTY was stopped.
04:18:44.540589 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13.
04:18:44.540646 mtc Waiting for PTCs to finish.
04:18:44.540755 mtc Setting final verdict of the test case.
04:18:44.540798 mtc Local verdict of MTC: pass
04:18:44.540846 mtc No PTCs were created.
04:18:44.540887 mtc Test case TC_si_sched_13 finished. Verdict: pass
04:18:44.541041 mtc Executing test case TC_si_sched_13_2bis_2ter_2quater in module Test.
04:18:44.541150 mtc Test case TC_si_sched_13_2bis_2ter_2quater started.
04:18:44.541211 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13_2bis_2ter_2quater.
04:18:44.541308 mtc Port GSMTAP was started.
04:18:44.541374 mtc Port BSCVTY was started.
04:18:44.541416 mtc Component type Test.dummy_CT was initialized.
04:18:44.541464 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:18:44.541654 mtc Port GSMTAP was mapped to system:GSMTAP.
04:18:44.541846 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:18:44.541922 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:18:44.542055 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:18:44.542586 mtc Port BSCVTY was mapped to system:BSCVTY.
04:18:44.542718 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:18:44.542793 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:18:44.542951 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:18:44.543011 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:18:44.543213 mtc Sent on BSCVTY to system charstring : "enable"
04:18:44.543325 mtc Start timer T: 2 s
04:18:44.543535 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:18:44.543700 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:18:44.543746 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:18:44.543781 mtc Stop timer T: 2 s
04:18:44.543863 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:44.544112 mtc Start timer T: 2 s
04:18:44.544404 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:18:44.544692 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:18:44.544756 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:18:44.544807 mtc Stop timer T: 2 s
04:18:44.544940 mtc Sent on BSCVTY to system charstring : "network"
04:18:44.545034 mtc Start timer T: 2 s
04:18:44.545175 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:18:44.545197 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:18:44.545265 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:18:44.545281 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:18:44.545311 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:18:44.545320 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:18:44.545330 mtc Stop timer T: 2 s
04:18:44.545345 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:44.545415 mtc Start timer T: 2 s
04:18:44.545460 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:18:44.545483 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:18:44.545527 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:18:44.545539 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:18:44.545569 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:18:44.545582 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:18:44.545590 mtc Stop timer T: 2 s
04:18:44.545604 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static"
04:18:44.545622 mtc Start timer T: 2 s
04:18:44.545723 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7
04:18:44.545751 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:18:44.545808 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7
04:18:44.545824 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:18:44.545868 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:18:44.545882 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:18:44.545894 mtc Stop timer T: 2 s
04:18:44.545918 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B"
04:18:44.545944 mtc Start timer T: 2 s
04:18:44.546030 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
04:18:44.546051 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10
04:18:44.546122 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9
04:18:44.546140 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:18:44.546172 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10
04:18:44.546191 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:18:44.546204 mtc Stop timer T: 2 s
04:18:44.546217 mtc Sent on BSCVTY to system charstring : "end"
04:18:44.546235 mtc Start timer T: 2 s
04:18:44.546294 mtc Message enqueued on BSCVTY from system charstring : " end" id 11
04:18:44.546320 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12
04:18:44.546367 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11
04:18:44.546390 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:18:44.546419 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12
04:18:44.546432 mtc Message with id 12 was extracted from the queue of BSCVTY.
04:18:44.546444 mtc Stop timer T: 2 s
04:18:44.546462 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:44.546487 mtc Start timer T: 2 s
04:18:44.546551 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13
04:18:44.546627 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13
04:18:44.546644 mtc Message with id 13 was extracted from the queue of BSCVTY.
04:18:44.546668 mtc Stop timer T: 2 s
04:18:44.546685 mtc Sent on BSCVTY to system charstring : "network"
04:18:44.546715 mtc Start timer T: 2 s
04:18:44.546755 mtc Message enqueued on BSCVTY from system charstring : " network" id 14
04:18:44.546774 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15
04:18:44.546844 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14
04:18:44.546859 mtc Message with id 14 was extracted from the queue of BSCVTY.
04:18:44.546920 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15
04:18:44.546935 mtc Message with id 15 was extracted from the queue of BSCVTY.
04:18:44.546962 mtc Stop timer T: 2 s
04:18:44.546981 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:44.547002 mtc Start timer T: 2 s
04:18:44.547045 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16
04:18:44.547061 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17
04:18:44.547130 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16
04:18:44.547160 mtc Message with id 16 was extracted from the queue of BSCVTY.
04:18:44.547217 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17
04:18:44.547231 mtc Message with id 17 was extracted from the queue of BSCVTY.
04:18:44.547243 mtc Stop timer T: 2 s
04:18:44.547266 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static"
04:18:44.547288 mtc Start timer T: 2 s
04:18:44.547357 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18
04:18:44.547379 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19
04:18:44.547432 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18
04:18:44.547444 mtc Message with id 18 was extracted from the queue of BSCVTY.
04:18:44.547475 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19
04:18:44.547487 mtc Message with id 19 was extracted from the queue of BSCVTY.
04:18:44.547494 mtc Stop timer T: 2 s
04:18:44.547510 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B"
04:18:44.547534 mtc Start timer T: 2 s
04:18:44.547629 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
04:18:44.547644 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21
04:18:44.547711 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20
04:18:44.547726 mtc Message with id 20 was extracted from the queue of BSCVTY.
04:18:44.547759 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21
04:18:44.547773 mtc Message with id 21 was extracted from the queue of BSCVTY.
04:18:44.547781 mtc Stop timer T: 2 s
04:18:44.547796 mtc Sent on BSCVTY to system charstring : "end"
04:18:44.547856 mtc Start timer T: 2 s
04:18:44.547876 mtc Message enqueued on BSCVTY from system charstring : " end" id 22
04:18:44.547888 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23
04:18:44.547929 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22
04:18:44.547943 mtc Message with id 22 was extracted from the queue of BSCVTY.
04:18:44.547960 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23
04:18:44.547969 mtc Message with id 23 was extracted from the queue of BSCVTY.
04:18:44.547975 mtc Stop timer T: 2 s
04:18:44.547987 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:44.548007 mtc Start timer T: 2 s
04:18:44.548056 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24
04:18:44.548112 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24
04:18:44.548127 mtc Message with id 24 was extracted from the queue of BSCVTY.
04:18:44.548138 mtc Stop timer T: 2 s
04:18:44.548153 mtc Sent on BSCVTY to system charstring : "network"
04:18:44.548176 mtc Start timer T: 2 s
04:18:44.548222 mtc Message enqueued on BSCVTY from system charstring : " network" id 25
04:18:44.548241 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26
04:18:44.548295 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25
04:18:44.548309 mtc Message with id 25 was extracted from the queue of BSCVTY.
04:18:44.548350 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26
04:18:44.548363 mtc Message with id 26 was extracted from the queue of BSCVTY.
04:18:44.548374 mtc Stop timer T: 2 s
04:18:44.548392 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:44.548414 mtc Start timer T: 2 s
04:18:44.548456 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 27
04:18:44.548471 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28
04:18:44.548529 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27
04:18:44.548543 mtc Message with id 27 was extracted from the queue of BSCVTY.
04:18:44.548584 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28
04:18:44.548597 mtc Message with id 28 was extracted from the queue of BSCVTY.
04:18:44.548609 mtc Stop timer T: 2 s
04:18:44.548625 mtc Sent on BSCVTY to system charstring : "gprs mode gprs"
04:18:44.548648 mtc Start timer T: 2 s
04:18:44.548701 mtc Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 29
04:18:44.548716 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30
04:18:44.548772 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 29
04:18:44.548785 mtc Message with id 29 was extracted from the queue of BSCVTY.
04:18:44.548827 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30
04:18:44.548840 mtc Message with id 30 was extracted from the queue of BSCVTY.
04:18:44.548851 mtc Stop timer T: 2 s
04:18:44.548868 mtc Sent on BSCVTY to system charstring : "end"
04:18:44.548924 mtc Start timer T: 2 s
04:18:44.548945 mtc Message enqueued on BSCVTY from system charstring : " end" id 31
04:18:44.548960 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32
04:18:44.549014 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31
04:18:44.549028 mtc Message with id 31 was extracted from the queue of BSCVTY.
04:18:44.549053 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32
04:18:44.549066 mtc Message with id 32 was extracted from the queue of BSCVTY.
04:18:44.549077 mtc Stop timer T: 2 s
04:18:44.549094 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:44.549149 mtc Start timer T: 2 s
04:18:44.549178 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33
04:18:44.549230 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33
04:18:44.549244 mtc Message with id 33 was extracted from the queue of BSCVTY.
04:18:44.549255 mtc Stop timer T: 2 s
04:18:44.549271 mtc Sent on BSCVTY to system charstring : "network"
04:18:44.549294 mtc Start timer T: 2 s
04:18:44.549332 mtc Message enqueued on BSCVTY from system charstring : " network" id 34
04:18:44.549346 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35
04:18:44.549400 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34
04:18:44.549414 mtc Message with id 34 was extracted from the queue of BSCVTY.
04:18:44.549455 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35
04:18:44.549468 mtc Message with id 35 was extracted from the queue of BSCVTY.
04:18:44.549479 mtc Stop timer T: 2 s
04:18:44.549497 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:44.549518 mtc Start timer T: 2 s
04:18:44.549555 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 36
04:18:44.549569 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37
04:18:44.549622 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36
04:18:44.549637 mtc Message with id 36 was extracted from the queue of BSCVTY.
04:18:44.549679 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37
04:18:44.549693 mtc Message with id 37 was extracted from the queue of BSCVTY.
04:18:44.549704 mtc Stop timer T: 2 s
04:18:44.549724 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0"
04:18:44.549746 mtc Start timer T: 2 s
04:18:44.549817 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38
04:18:44.549840 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39
04:18:44.549890 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38
04:18:44.549906 mtc Message with id 38 was extracted from the queue of BSCVTY.
04:18:44.549938 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39
04:18:44.549949 mtc Message with id 39 was extracted from the queue of BSCVTY.
04:18:44.549955 mtc Stop timer T: 2 s
04:18:44.549968 mtc Sent on BSCVTY to system charstring : "end"
04:18:44.549987 mtc Start timer T: 2 s
04:18:44.550028 mtc Message enqueued on BSCVTY from system charstring : " end" id 40
04:18:44.550043 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41
04:18:44.550081 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40
04:18:44.550091 mtc Message with id 40 was extracted from the queue of BSCVTY.
04:18:44.550104 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41
04:18:44.550112 mtc Message with id 41 was extracted from the queue of BSCVTY.
04:18:44.550118 mtc Stop timer T: 2 s
04:18:44.550128 mtc Sent on BSCVTY to system charstring : "write terminal"
04:18:44.550144 mtc Start timer T: 2 s
04:18:44.550538 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:18:44.550589 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43
04:18:44.552318 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:18:44.552365 mtc Message with id 42 was extracted from the queue of BSCVTY.
04:18:44.552386 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43
04:18:44.552399 mtc Message with id 43 was extracted from the queue of BSCVTY.
04:18:44.552409 mtc Stop timer T: 2 s
04:18:44.552426 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:18:44.552618 mtc Start timer T: 2 s
04:18:44.552646 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44
04:18:44.552677 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44
04:18:44.552695 mtc Message with id 44 was extracted from the queue of BSCVTY.
04:18:44.552706 mtc Stop timer T: 2 s
04:18:44.552717 mtc Start timer T: 1 s
04:18:44.750143 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000705E01000000590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 1
04:18:44.750538 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28766, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 1
04:18:44.985398 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000709101000000550602BFE809B3FF00000000000000000000007900002B'O } id 2
04:18:44.985734 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28817, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 2
04:18:45.220873 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070C40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 3
04:18:45.221159 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28868, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 3
04:18:45.456028 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070F70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 4
04:18:45.456320 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28919, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 4
04:18:45.552735 mtc Timeout T: 1 s
04:18:45.552914 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:18:45.552966 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:18:45.552997 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:18:45.553034 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:18:45.553066 mtc Port GSMTAP was cleared.
04:18:45.553135 mtc Start timer T: 8 s
04:18:45.691428 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000712A010000005506198FB380000000000000000000000000009D04002B'O } id 5
04:18:45.691742 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28970, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 5
04:18:45.691972 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28970, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 5
04:18:45.692083 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:18:45.692340 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:18:45.926776 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000715D0100000059061A00000000000000000000000000000000FF9D0400'O } id 6
04:18:45.927050 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29021, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6
04:18:45.927219 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29021, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 6
04:18:45.927304 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:18:45.927476 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:18:46.162292 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071900100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 7
04:18:46.162797 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29072, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 7
04:18:46.163088 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29072, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 7
04:18:46.163208 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:18:46.163523 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:18:46.397610 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071C30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 8
04:18:46.397981 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29123, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 8
04:18:46.398259 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29123, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 8
04:18:46.398419 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:18:46.398779 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:18:46.632848 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 9
04:18:46.633166 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29174, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 9
04:18:46.633478 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29174, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 9
04:18:46.633565 mtc Message with id 9 was extracted from the queue of GSMTAP.
04:18:46.633766 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:18:46.868133 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000722901000000550602BFE809B3FF00000000000000000000007900002B'O } id 10
04:18:46.868455 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29225, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 10
04:18:46.868660 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29225, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 10
04:18:46.868744 mtc Message with id 10 was extracted from the queue of GSMTAP.
04:18:46.868976 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:18:47.103772 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000725C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 11
04:18:47.104160 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29276, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 11
04:18:47.104420 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29276, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 11
04:18:47.104539 mtc Message with id 11 was extracted from the queue of GSMTAP.
04:18:47.104850 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:18:47.339142 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000728F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 12
04:18:47.339540 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29327, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 12
04:18:47.339791 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29327, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 12
04:18:47.339919 mtc Message with id 12 was extracted from the queue of GSMTAP.
04:18:47.340298 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:18:47.574534 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072C2010000005506198FB380000000000000000000000000009D04002B'O } id 13
04:18:47.574911 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29378, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 13
04:18:47.575202 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29378, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 13
04:18:47.575335 mtc Message with id 13 was extracted from the queue of GSMTAP.
04:18:47.575645 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:18:47.809866 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072F50100000059061A00000000000000000000000000000000FF9D0400'O } id 14
04:18:47.810215 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29429, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 14
04:18:47.810534 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29429, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 14
04:18:47.810702 mtc Message with id 14 was extracted from the queue of GSMTAP.
04:18:47.810969 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:18:48.045265 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073280100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 15
04:18:48.045652 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29480, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 15
04:18:48.045931 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29480, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 15
04:18:48.046053 mtc Message with id 15 was extracted from the queue of GSMTAP.
04:18:48.046430 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:18:48.280324 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000735B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 16
04:18:48.280605 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29531, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 16
04:18:48.280791 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29531, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 16
04:18:48.280898 mtc Message with id 16 was extracted from the queue of GSMTAP.
04:18:48.281140 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:18:48.515745 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000738E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 17
04:18:48.515991 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29582, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 17
04:18:48.516157 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29582, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 17
04:18:48.516246 mtc Message with id 17 was extracted from the queue of GSMTAP.
04:18:48.516430 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:18:48.751023 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073C101000000550602BFE809B3FF00000000000000000000007900002B'O } id 18
04:18:48.751316 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29633, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 18
04:18:48.751509 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29633, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 18
04:18:48.751623 mtc Message with id 18 was extracted from the queue of GSMTAP.
04:18:48.751865 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:18:48.986688 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073F40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 19
04:18:48.987040 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29684, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 19
04:18:48.987290 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29684, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 19
04:18:48.987422 mtc Message with id 19 was extracted from the queue of GSMTAP.
04:18:48.987775 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:18:49.221908 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074270100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 20
04:18:49.222199 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29735, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 20
04:18:49.222455 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29735, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 20
04:18:49.222584 mtc Message with id 20 was extracted from the queue of GSMTAP.
04:18:49.222882 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:18:49.457195 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000745A010000005506198FB380000000000000000000000000009D04002B'O } id 21
04:18:49.457454 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29786, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 21
04:18:49.457638 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29786, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 21
04:18:49.457729 mtc Message with id 21 was extracted from the queue of GSMTAP.
04:18:49.457877 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:18:49.692561 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000748D0100000059061A00000000000000000000000000000000FF9D0400'O } id 22
04:18:49.692825 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29837, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 22
04:18:49.693015 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29837, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 22
04:18:49.693103 mtc Message with id 22 was extracted from the queue of GSMTAP.
04:18:49.693312 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:18:49.928155 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074C00100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 23
04:18:49.928499 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29888, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 23
04:18:49.928761 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29888, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 23
04:18:49.928908 mtc Message with id 23 was extracted from the queue of GSMTAP.
04:18:49.929244 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:18:50.163361 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074F30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 24
04:18:50.163642 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29939, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 24
04:18:50.163865 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29939, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 24
04:18:50.163962 mtc Message with id 24 was extracted from the queue of GSMTAP.
04:18:50.164226 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:18:50.398900 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000752601000000590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 25
04:18:50.399261 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29990, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 25
04:18:50.399502 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29990, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '590607400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 25
04:18:50.399616 mtc Message with id 25 was extracted from the queue of GSMTAP.
04:18:50.399856 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2quater (7) }, payload := { other := '400025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } }
04:18:50.634032 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000755901000000550602BFE809B3FF00000000000000000000007900002B'O } id 26
04:18:50.634337 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 26
04:18:50.634579 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 26
04:18:50.634669 mtc Message with id 26 was extracted from the queue of GSMTAP.
04:18:50.634872 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:18:50.869652 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000758C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 27
04:18:50.869987 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30092, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 27
04:18:50.870194 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30092, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 27
04:18:50.870288 mtc Message with id 27 was extracted from the queue of GSMTAP.
04:18:50.870590 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:18:51.104756 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075BF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 28
04:18:51.105051 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30143, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 28
04:18:51.105225 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30143, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 28
04:18:51.105309 mtc Message with id 28 was extracted from the queue of GSMTAP.
04:18:51.105622 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:18:51.340065 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075F2010000005506198FB380000000000000000000000000009D04002B'O } id 29
04:18:51.340345 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30194, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 29
04:18:51.340542 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30194, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 29
04:18:51.340623 mtc Message with id 29 was extracted from the queue of GSMTAP.
04:18:51.340869 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:18:51.575728 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076250100000059061A00000000000000000000000000000000FF9D0400'O } id 30
04:18:51.576159 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30245, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 30
04:18:51.576405 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30245, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 30
04:18:51.576506 mtc Message with id 30 was extracted from the queue of GSMTAP.
04:18:51.576757 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:18:51.810846 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076580100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 31
04:18:51.811144 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30296, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 31
04:18:51.811331 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30296, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 31
04:18:51.811407 mtc Message with id 31 was extracted from the queue of GSMTAP.
04:18:51.811652 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:18:52.046481 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000768B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 32
04:18:52.046914 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30347, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 32
04:18:52.047220 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30347, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 32
04:18:52.047316 mtc Message with id 32 was extracted from the queue of GSMTAP.
04:18:52.047662 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:18:52.281827 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 33
04:18:52.282211 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30398, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 33
04:18:52.282542 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30398, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 33
04:18:52.282664 mtc Message with id 33 was extracted from the queue of GSMTAP.
04:18:52.282924 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:18:52.517167 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076F101000000550602BFE809B3FF00000000000000000000007900002B'O } id 34
04:18:52.517566 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 34
04:18:52.517832 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 34
04:18:52.517936 mtc Message with id 34 was extracted from the queue of GSMTAP.
04:18:52.518201 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:18:52.752302 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077240100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 35
04:18:52.752628 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30500, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 35
04:18:52.752827 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30500, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 35
04:18:52.752917 mtc Message with id 35 was extracted from the queue of GSMTAP.
04:18:52.753211 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:18:52.987926 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077570100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 36
04:18:52.988311 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30551, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 36
04:18:52.988587 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30551, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 36
04:18:52.988723 mtc Message with id 36 was extracted from the queue of GSMTAP.
04:18:52.989082 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:18:53.223109 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000778A010000005506198FB380000000000000000000000000009D04002B'O } id 37
04:18:53.223433 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30602, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 37
04:18:53.223614 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30602, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 37
04:18:53.223686 mtc Message with id 37 was extracted from the queue of GSMTAP.
04:18:53.223889 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:18:53.458671 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077BD0100000059061A00000000000000000000000000000000FF9D0400'O } id 38
04:18:53.459074 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30653, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 38
04:18:53.459355 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30653, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 38
04:18:53.459483 mtc Message with id 38 was extracted from the queue of GSMTAP.
04:18:53.459786 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:18:53.553509 mtc Timeout T: 8 s
04:18:53.553667 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=0 has #of SI=5
04:18:53.553760 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=1 has #of SI=5
04:18:53.553845 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=2 has #of SI=4
04:18:53.553912 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=3 has #of SI=4
04:18:53.553967 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=4 has #of SI=4
04:18:53.554009 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=5 has #of SI=4
04:18:53.554044 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=6 has #of SI=4
04:18:53.554101 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=7 has #of SI=4
04:18:53.554262 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:53.554513 mtc Start timer T: 2 s
04:18:53.554889 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45
04:18:53.555217 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45
04:18:53.555292 mtc Message with id 45 was extracted from the queue of BSCVTY.
04:18:53.555349 mtc Stop timer T: 2 s
04:18:53.555430 mtc Sent on BSCVTY to system charstring : "network"
04:18:53.555560 mtc Start timer T: 2 s
04:18:53.555879 mtc Message enqueued on BSCVTY from system charstring : " network" id 46
04:18:53.556008 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47
04:18:53.556365 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46
04:18:53.556439 mtc Message with id 46 was extracted from the queue of BSCVTY.
04:18:53.556750 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47
04:18:53.556831 mtc Message with id 47 was extracted from the queue of BSCVTY.
04:18:53.556874 mtc Stop timer T: 2 s
04:18:53.556970 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:53.557084 mtc Start timer T: 2 s
04:18:53.557302 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 48
04:18:53.557370 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49
04:18:53.557588 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48
04:18:53.557643 mtc Message with id 48 was extracted from the queue of BSCVTY.
04:18:53.557801 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49
04:18:53.557857 mtc Message with id 49 was extracted from the queue of BSCVTY.
04:18:53.557898 mtc Stop timer T: 2 s
04:18:53.557965 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed"
04:18:53.558067 mtc Start timer T: 2 s
04:18:53.558366 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50
04:18:53.558496 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51
04:18:53.558807 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50
04:18:53.558884 mtc Message with id 50 was extracted from the queue of BSCVTY.
04:18:53.559100 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51
04:18:53.559121 mtc Message with id 51 was extracted from the queue of BSCVTY.
04:18:53.559138 mtc Stop timer T: 2 s
04:18:53.559177 mtc Sent on BSCVTY to system charstring : "end"
04:18:53.559269 mtc Start timer T: 2 s
04:18:53.559299 mtc Message enqueued on BSCVTY from system charstring : " end" id 52
04:18:53.559320 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53
04:18:53.559397 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52
04:18:53.559417 mtc Message with id 52 was extracted from the queue of BSCVTY.
04:18:53.559489 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53
04:18:53.559511 mtc Message with id 53 was extracted from the queue of BSCVTY.
04:18:53.559523 mtc Stop timer T: 2 s
04:18:53.559540 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:53.559624 mtc Start timer T: 2 s
04:18:53.559670 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54
04:18:53.559786 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54
04:18:53.559808 mtc Message with id 54 was extracted from the queue of BSCVTY.
04:18:53.559845 mtc Stop timer T: 2 s
04:18:53.559871 mtc Sent on BSCVTY to system charstring : "network"
04:18:53.559910 mtc Start timer T: 2 s
04:18:53.559961 mtc Message enqueued on BSCVTY from system charstring : " network" id 55
04:18:53.560017 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56
04:18:53.560124 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55
04:18:53.560140 mtc Message with id 55 was extracted from the queue of BSCVTY.
04:18:53.560223 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56
04:18:53.560242 mtc Message with id 56 was extracted from the queue of BSCVTY.
04:18:53.560252 mtc Stop timer T: 2 s
04:18:53.560293 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:53.560320 mtc Start timer T: 2 s
04:18:53.560386 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 57
04:18:53.560420 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58
04:18:53.560496 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57
04:18:53.560521 mtc Message with id 57 was extracted from the queue of BSCVTY.
04:18:53.560585 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58
04:18:53.560605 mtc Message with id 58 was extracted from the queue of BSCVTY.
04:18:53.560619 mtc Stop timer T: 2 s
04:18:53.560637 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed"
04:18:53.560685 mtc Start timer T: 2 s
04:18:53.560781 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59
04:18:53.560802 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60
04:18:53.560880 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59
04:18:53.560897 mtc Message with id 59 was extracted from the queue of BSCVTY.
04:18:53.560937 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60
04:18:53.560952 mtc Message with id 60 was extracted from the queue of BSCVTY.
04:18:53.560965 mtc Stop timer T: 2 s
04:18:53.560982 mtc Sent on BSCVTY to system charstring : "end"
04:18:53.561007 mtc Start timer T: 2 s
04:18:53.561091 mtc Message enqueued on BSCVTY from system charstring : " end" id 61
04:18:53.561113 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62
04:18:53.561168 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61
04:18:53.561182 mtc Message with id 61 was extracted from the queue of BSCVTY.
04:18:53.561201 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62
04:18:53.561217 mtc Message with id 62 was extracted from the queue of BSCVTY.
04:18:53.561228 mtc Stop timer T: 2 s
04:18:53.561245 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:53.561270 mtc Start timer T: 2 s
04:18:53.561346 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63
04:18:53.561450 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63
04:18:53.561469 mtc Message with id 63 was extracted from the queue of BSCVTY.
04:18:53.561482 mtc Stop timer T: 2 s
04:18:53.561515 mtc Sent on BSCVTY to system charstring : "network"
04:18:53.561550 mtc Start timer T: 2 s
04:18:53.561610 mtc Message enqueued on BSCVTY from system charstring : " network" id 64
04:18:53.561636 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65
04:18:53.561689 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64
04:18:53.561721 mtc Message with id 64 was extracted from the queue of BSCVTY.
04:18:53.561806 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65
04:18:53.561830 mtc Message with id 65 was extracted from the queue of BSCVTY.
04:18:53.561846 mtc Stop timer T: 2 s
04:18:53.561870 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:53.561906 mtc Start timer T: 2 s
04:18:53.561969 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 66
04:18:53.561997 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67
04:18:53.562104 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66
04:18:53.562135 mtc Message with id 66 was extracted from the queue of BSCVTY.
04:18:53.562230 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67
04:18:53.562256 mtc Message with id 67 was extracted from the queue of BSCVTY.
04:18:53.562274 mtc Stop timer T: 2 s
04:18:53.562335 mtc Sent on BSCVTY to system charstring : "gprs mode none"
04:18:53.562408 mtc Start timer T: 2 s
04:18:53.562498 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68
04:18:53.562541 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69
04:18:53.562663 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68
04:18:53.562727 mtc Message with id 68 was extracted from the queue of BSCVTY.
04:18:53.562799 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69
04:18:53.562848 mtc Message with id 69 was extracted from the queue of BSCVTY.
04:18:53.562883 mtc Stop timer T: 2 s
04:18:53.562905 mtc Sent on BSCVTY to system charstring : "end"
04:18:53.562933 mtc Start timer T: 2 s
04:18:53.562992 mtc Message enqueued on BSCVTY from system charstring : " end" id 70
04:18:53.563025 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71
04:18:53.563144 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70
04:18:53.563162 mtc Message with id 70 was extracted from the queue of BSCVTY.
04:18:53.563215 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71
04:18:53.563230 mtc Message with id 71 was extracted from the queue of BSCVTY.
04:18:53.563240 mtc Stop timer T: 2 s
04:18:53.563260 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:53.563286 mtc Start timer T: 2 s
04:18:53.563360 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72
04:18:53.563460 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72
04:18:53.563488 mtc Message with id 72 was extracted from the queue of BSCVTY.
04:18:53.563508 mtc Stop timer T: 2 s
04:18:53.563536 mtc Sent on BSCVTY to system charstring : "network"
04:18:53.563576 mtc Start timer T: 2 s
04:18:53.563637 mtc Message enqueued on BSCVTY from system charstring : " network" id 73
04:18:53.563666 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74
04:18:53.563738 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73
04:18:53.563756 mtc Message with id 73 was extracted from the queue of BSCVTY.
04:18:53.563802 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74
04:18:53.563817 mtc Message with id 74 was extracted from the queue of BSCVTY.
04:18:53.563829 mtc Stop timer T: 2 s
04:18:53.563848 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:53.563885 mtc Start timer T: 2 s
04:18:53.563975 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 75
04:18:53.563998 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76
04:18:53.564076 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75
04:18:53.564092 mtc Message with id 75 was extracted from the queue of BSCVTY.
04:18:53.564141 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76
04:18:53.564158 mtc Message with id 76 was extracted from the queue of BSCVTY.
04:18:53.564172 mtc Stop timer T: 2 s
04:18:53.564193 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42"
04:18:53.564224 mtc Start timer T: 2 s
04:18:53.564338 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 77
04:18:53.564366 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78
04:18:53.564474 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 77
04:18:53.564496 mtc Message with id 77 was extracted from the queue of BSCVTY.
04:18:53.564606 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78
04:18:53.564654 mtc Message with id 78 was extracted from the queue of BSCVTY.
04:18:53.564674 mtc Stop timer T: 2 s
04:18:53.564716 mtc Sent on BSCVTY to system charstring : "end"
04:18:53.564779 mtc Start timer T: 2 s
04:18:53.564838 mtc Message enqueued on BSCVTY from system charstring : " end" id 79
04:18:53.564892 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80
04:18:53.564993 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79
04:18:53.565015 mtc Message with id 79 was extracted from the queue of BSCVTY.
04:18:53.565055 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80
04:18:53.565092 mtc Message with id 80 was extracted from the queue of BSCVTY.
04:18:53.565112 mtc Stop timer T: 2 s
04:18:53.565150 mtc Sent on BSCVTY to system charstring : "write terminal"
04:18:53.565186 mtc Start timer T: 2 s
04:18:53.565727 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:18:53.565811 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82
04:18:53.568027 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:18:53.568096 mtc Message with id 81 was extracted from the queue of BSCVTY.
04:18:53.568141 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82
04:18:53.568158 mtc Message with id 82 was extracted from the queue of BSCVTY.
04:18:53.568169 mtc Stop timer T: 2 s
04:18:53.568194 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:18:53.568221 mtc Start timer T: 2 s
04:18:53.568436 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83
04:18:53.568511 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83
04:18:53.568543 mtc Message with id 83 was extracted from the queue of BSCVTY.
04:18:53.568565 mtc Stop timer T: 2 s
04:18:53.568582 mtc Start timer T: 1 s
04:18:53.693763 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077F00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 39
04:18:53.694000 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30704, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 39
04:18:53.929384 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078230100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40
04:18:53.929726 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30755, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 40
04:18:54.164725 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007856010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 41
04:18:54.165105 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30806, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 41
04:18:54.400092 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078890100000059061A00000000000000000000000000000000FF9D0400'O } id 42
04:18:54.400428 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30857, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 42
04:18:54.568858 mtc Timeout T: 1 s
04:18:54.569015 mtc setverdict(pass): none -> pass
04:18:54.569110 mtc Terminating component type Test.dummy_CT.
04:18:54.569173 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:18:54.569266 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:18:54.569374 mtc Message with id 39 was extracted from the queue of GSMTAP.
04:18:54.569424 mtc Message with id 40 was extracted from the queue of GSMTAP.
04:18:54.569458 mtc Message with id 41 was extracted from the queue of GSMTAP.
04:18:54.569490 mtc Message with id 42 was extracted from the queue of GSMTAP.
04:18:54.569543 mtc Port GSMTAP was stopped.
04:18:54.569604 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:18:54.569791 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:18:54.569900 mtc Port BSCVTY was stopped.
04:18:54.569960 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13_2bis_2ter_2quater.
04:18:54.570034 mtc Waiting for PTCs to finish.
04:18:54.570174 mtc Setting final verdict of the test case.
04:18:54.570224 mtc Local verdict of MTC: pass
04:18:54.570296 mtc No PTCs were created.
04:18:54.570349 mtc Test case TC_si_sched_13_2bis_2ter_2quater finished. Verdict: pass
04:18:54.570575 mtc Executing test case TC_neci in module Test.
04:18:54.570686 mtc Test case TC_neci started.
04:18:54.570729 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_neci.
04:18:54.570858 mtc Port GSMTAP was started.
04:18:54.570939 mtc Port BSCVTY was started.
04:18:54.570969 mtc Component type Test.dummy_CT was initialized.
04:18:54.571012 mtc Random number generator was initialized with seed 60.571009: srand48(1562145978).
04:18:54.571064 mtc Function rnd() returned 0.285892.
04:18:54.571203 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:18:54.571345 mtc Port GSMTAP was mapped to system:GSMTAP.
04:18:54.571575 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:18:54.571667 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:18:54.571813 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:18:54.572275 mtc Port BSCVTY was mapped to system:BSCVTY.
04:18:54.572418 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:18:54.572501 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:18:54.572577 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:18:54.572644 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:18:54.572817 mtc Sent on BSCVTY to system charstring : "enable"
04:18:54.572942 mtc Start timer T: 2 s
04:18:54.573139 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:18:54.573300 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:18:54.573364 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:18:54.573421 mtc Stop timer T: 2 s
04:18:54.573497 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:54.573602 mtc Start timer T: 2 s
04:18:54.573953 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:18:54.574124 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:18:54.574141 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:18:54.574154 mtc Stop timer T: 2 s
04:18:54.574180 mtc Sent on BSCVTY to system charstring : "network"
04:18:54.574270 mtc Start timer T: 2 s
04:18:54.574322 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:18:54.574346 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:18:54.574451 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:18:54.574475 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:18:54.574547 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:18:54.574569 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:18:54.574587 mtc Stop timer T: 2 s
04:18:54.574617 mtc Sent on BSCVTY to system charstring : "neci 0"
04:18:54.574654 mtc Start timer T: 2 s
04:18:54.574737 mtc Message enqueued on BSCVTY from system charstring : " neci 0" id 5
04:18:54.574772 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6
04:18:54.574845 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " neci 0" id 5
04:18:54.574861 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:18:54.574901 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6
04:18:54.574914 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:18:54.574924 mtc Stop timer T: 2 s
04:18:54.574944 mtc Sent on BSCVTY to system charstring : "end"
04:18:54.574973 mtc Start timer T: 2 s
04:18:54.575027 mtc Message enqueued on BSCVTY from system charstring : " end" id 7
04:18:54.575051 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 8
04:18:54.575150 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 7
04:18:54.575167 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:18:54.575188 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 8
04:18:54.575200 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:18:54.575209 mtc Stop timer T: 2 s
04:18:54.575226 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:18:54.575252 mtc Start timer T: 2 s
04:18:54.575450 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 9
04:18:54.575507 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 9
04:18:54.575529 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:18:54.575549 mtc Stop timer T: 2 s
04:18:54.575569 mtc Start timer T: 1 s
04:18:54.635241 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078BC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 1
04:18:54.635486 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30908, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 1
04:18:54.870833 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078EF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2
04:18:54.871150 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30959, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2
04:18:55.106095 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007922010000005506198FB380000000000000000000000000009D04002B'O } id 3
04:18:55.106491 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31010, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 3
04:18:55.341544 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079550100000059061A00000000000000000000000000000000FF9D0400'O } id 4
04:18:55.341852 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31061, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 4
04:18:55.575595 mtc Timeout T: 1 s
04:18:55.575775 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:18:55.575827 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:18:55.575860 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:18:55.575888 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:18:55.575921 mtc Port GSMTAP was cleared.
04:18:55.575961 mtc Start timer T: 10 s
04:18:55.576717 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079880100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 5
04:18:55.576992 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31112, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 5
04:18:55.577210 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31112, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 5
04:18:55.577332 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:18:55.577763 mtc setverdict(pass): none -> pass
04:18:55.577902 mtc Terminating component type Test.dummy_CT.
04:18:55.577964 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:18:55.578062 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:18:55.578122 mtc Port GSMTAP was stopped.
04:18:55.578170 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:18:55.578305 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:18:55.578365 mtc Port BSCVTY was stopped.
04:18:55.578464 mtc Component type Test.dummy_CT was shut down inside testcase TC_neci.
04:18:55.578525 mtc Waiting for PTCs to finish.
04:18:55.578641 mtc Setting final verdict of the test case.
04:18:55.578693 mtc Local verdict of MTC: pass
04:18:55.578745 mtc No PTCs were created.
04:18:55.578795 mtc Test case TC_neci finished. Verdict: pass
04:18:55.578923 mtc Executing test case TC_cell_resel_hyst in module Test.
04:18:55.579000 mtc Test case TC_cell_resel_hyst started.
04:18:55.579052 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cell_resel_hyst.
04:18:55.579176 mtc Port GSMTAP was started.
04:18:55.579245 mtc Port BSCVTY was started.
04:18:55.579292 mtc Component type Test.dummy_CT was initialized.
04:18:55.579346 mtc Function rnd() returned 0.605297.
04:18:55.579459 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:18:55.579611 mtc Port GSMTAP was mapped to system:GSMTAP.
04:18:55.579774 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:18:55.579854 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:18:55.579993 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:18:55.580503 mtc Port BSCVTY was mapped to system:BSCVTY.
04:18:55.580644 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:18:55.580728 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:18:55.580804 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:18:55.580865 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:18:55.581057 mtc Sent on BSCVTY to system charstring : "enable"
04:18:55.581202 mtc Start timer T: 2 s
04:18:55.581404 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:18:55.581527 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:18:55.581576 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:18:55.581626 mtc Stop timer T: 2 s
04:18:55.581693 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:55.581797 mtc Start timer T: 2 s
04:18:55.582133 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:18:55.582220 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:18:55.582242 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:18:55.582260 mtc Stop timer T: 2 s
04:18:55.582287 mtc Sent on BSCVTY to system charstring : "network"
04:18:55.582321 mtc Start timer T: 2 s
04:18:55.582410 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:18:55.582438 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:18:55.582514 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:18:55.582539 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:18:55.582593 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:18:55.582613 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:18:55.582630 mtc Stop timer T: 2 s
04:18:55.582659 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:55.582699 mtc Start timer T: 2 s
04:18:55.582786 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:18:55.582815 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:18:55.582914 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:18:55.582937 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:18:55.583001 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:18:55.583022 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:18:55.583037 mtc Stop timer T: 2 s
04:18:55.583066 mtc Sent on BSCVTY to system charstring : "cell reselection hysteresis 8"
04:18:55.583103 mtc Start timer T: 2 s
04:18:55.583255 mtc Message enqueued on BSCVTY from system charstring : " cell reselection hysteresis 8" id 7
04:18:55.583280 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:18:55.583374 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell reselection hysteresis 8" id 7
04:18:55.583396 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:18:55.583456 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:18:55.583473 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:18:55.583492 mtc Stop timer T: 2 s
04:18:55.583522 mtc Sent on BSCVTY to system charstring : "end"
04:18:55.583557 mtc Start timer T: 2 s
04:18:55.583650 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:18:55.583677 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:18:55.583740 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:18:55.583762 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:18:55.583801 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:18:55.583819 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:18:55.583836 mtc Stop timer T: 2 s
04:18:55.583863 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:18:55.583898 mtc Start timer T: 2 s
04:18:55.584113 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:18:55.584177 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:18:55.584219 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:18:55.584240 mtc Stop timer T: 2 s
04:18:55.584261 mtc Start timer T: 1 s
04:18:55.812187 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079BB0100000031061C62F224334F9D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:18:55.812510 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31163, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:18:56.047681 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:18:56.048015 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31214, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:18:56.282996 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A210100000059061A00000000000000000000000000000000FF9D0400'O } id 3
04:18:56.283345 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31265, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
04:18:56.518206 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A540100000049061B51E062F224334F110101109D2D9D0400392B2B2B'O } id 4
04:18:56.518513 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31316, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101109D2D9D0400392B2B2B'O } } id 4
04:18:56.584312 mtc Timeout T: 1 s
04:18:56.584428 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:18:56.584487 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:18:56.584529 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:18:56.584557 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:18:56.584603 mtc Port GSMTAP was cleared.
04:18:56.584636 mtc Start timer T: 10 s
04:18:56.753536 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A870100000031061C62F224334F9D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5
04:18:56.753853 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31367, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:18:56.754042 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31367, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:18:56.754125 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:18:56.989111 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007ABA010000005506198FB380000000000000000000000000009D04002B'O } id 6
04:18:56.989465 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31418, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:18:56.989681 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31418, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:18:56.989783 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:18:57.224453 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007AED0100000059061A00000000000000000000000000000000FF9D0400'O } id 7
04:18:57.224769 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31469, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:18:57.225015 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31469, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:18:57.225114 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:18:57.459638 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B200100000049061B51E062F224334F110101109D2D9D0400392B2B2B'O } id 8
04:18:57.459897 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31520, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101109D2D9D0400392B2B2B'O } } id 8
04:18:57.460080 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31520, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101109D2D9D0400392B2B2B'O } } id 8
04:18:57.460178 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:18:57.460453 mtc setverdict(pass): none -> pass
04:18:57.460545 mtc Terminating component type Test.dummy_CT.
04:18:57.460607 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:18:57.460689 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:18:57.460742 mtc Port GSMTAP was stopped.
04:18:57.460794 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:18:57.460925 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:18:57.461006 mtc Port BSCVTY was stopped.
04:18:57.461050 mtc Component type Test.dummy_CT was shut down inside testcase TC_cell_resel_hyst.
04:18:57.461114 mtc Waiting for PTCs to finish.
04:18:57.461355 mtc Setting final verdict of the test case.
04:18:57.461433 mtc Local verdict of MTC: pass
04:18:57.461486 mtc No PTCs were created.
04:18:57.461529 mtc Test case TC_cell_resel_hyst finished. Verdict: pass
04:18:57.461737 mtc Executing test case TC_rxlev_acc_min in module Test.
04:18:57.461845 mtc Test case TC_rxlev_acc_min started.
04:18:57.461915 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rxlev_acc_min.
04:18:57.462051 mtc Port GSMTAP was started.
04:18:57.462114 mtc Port BSCVTY was started.
04:18:57.462153 mtc Component type Test.dummy_CT was initialized.
04:18:57.462200 mtc Function rnd() returned 0.595409.
04:18:57.462312 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:18:57.462464 mtc Port GSMTAP was mapped to system:GSMTAP.
04:18:57.462562 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:18:57.462623 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:18:57.462746 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:18:57.463155 mtc Port BSCVTY was mapped to system:BSCVTY.
04:18:57.463279 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:18:57.463354 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:18:57.463430 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:18:57.463496 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:18:57.463656 mtc Sent on BSCVTY to system charstring : "enable"
04:18:57.463767 mtc Start timer T: 2 s
04:18:57.463931 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:18:57.464032 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:18:57.464069 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:18:57.464097 mtc Stop timer T: 2 s
04:18:57.464134 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:57.464203 mtc Start timer T: 2 s
04:18:57.464507 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:18:57.464703 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:18:57.464761 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:18:57.464813 mtc Stop timer T: 2 s
04:18:57.464883 mtc Sent on BSCVTY to system charstring : "network"
04:18:57.465092 mtc Start timer T: 2 s
04:18:57.465125 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:18:57.465141 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:18:57.465198 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:18:57.465214 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:18:57.465257 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:18:57.465271 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:18:57.465282 mtc Stop timer T: 2 s
04:18:57.465299 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:57.465322 mtc Start timer T: 2 s
04:18:57.465389 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:18:57.465425 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:18:57.465481 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:18:57.465498 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:18:57.465533 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:18:57.465544 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:18:57.465554 mtc Stop timer T: 2 s
04:18:57.465573 mtc Sent on BSCVTY to system charstring : "rxlev access min 37"
04:18:57.465595 mtc Start timer T: 2 s
04:18:57.465699 mtc Message enqueued on BSCVTY from system charstring : " rxlev access min 37" id 7
04:18:57.465719 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:18:57.465771 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rxlev access min 37" id 7
04:18:57.465787 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:18:57.465818 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:18:57.465830 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:18:57.465848 mtc Stop timer T: 2 s
04:18:57.465866 mtc Sent on BSCVTY to system charstring : "end"
04:18:57.465889 mtc Start timer T: 2 s
04:18:57.465936 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:18:57.465950 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:18:57.465989 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:18:57.466000 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:18:57.466015 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:18:57.466023 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:18:57.466031 mtc Stop timer T: 2 s
04:18:57.466044 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:18:57.466251 mtc Start timer T: 2 s
04:18:57.466275 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:18:57.466296 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:18:57.466304 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:18:57.466311 mtc Stop timer T: 2 s
04:18:57.466318 mtc Start timer T: 1 s
04:18:57.695046 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B530100000031061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:18:57.695397 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31571, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:18:57.930420 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:18:57.930720 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31622, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:18:58.165698 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BB90100000059061A00000000000000000000000000000000FF9D0400'O } id 3
04:18:58.165958 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31673, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
04:18:58.401327 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BEC0100000049061B51E062F224334F110101109D259D0400392B2B2B'O } id 4
04:18:58.401677 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31724, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101109D259D0400392B2B2B'O } } id 4
04:18:58.466332 mtc Timeout T: 1 s
04:18:58.466526 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:18:58.466580 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:18:58.466614 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:18:58.466650 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:18:58.466680 mtc Port GSMTAP was cleared.
04:18:58.466709 mtc Start timer T: 10 s
04:18:58.636634 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C1F0100000031061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O } id 5
04:18:58.636999 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31775, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:18:58.637206 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31775, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:18:58.637324 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:18:58.872032 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C52010000005506198FB380000000000000000000000000009D04002B'O } id 6
04:18:58.872416 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31826, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:18:58.872637 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31826, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:18:58.872751 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:18:59.107161 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C850100000059061A00000000000000000000000000000000FF9D0400'O } id 7
04:18:59.107449 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31877, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:18:59.126657 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31877, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:18:59.126765 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:18:59.342798 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CB80100000049061B51E062F224334F110101109D259D0400392B2B2B'O } id 8
04:18:59.343160 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31928, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101109D259D0400392B2B2B'O } } id 8
04:18:59.343397 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31928, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101109D259D0400392B2B2B'O } } id 8
04:18:59.343503 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:18:59.343832 mtc setverdict(pass): none -> pass
04:18:59.343926 mtc Terminating component type Test.dummy_CT.
04:18:59.343999 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:18:59.344092 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:18:59.344161 mtc Port GSMTAP was stopped.
04:18:59.344215 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:18:59.344499 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:18:59.344574 mtc Port BSCVTY was stopped.
04:18:59.344606 mtc Component type Test.dummy_CT was shut down inside testcase TC_rxlev_acc_min.
04:18:59.344646 mtc Waiting for PTCs to finish.
04:18:59.344761 mtc Setting final verdict of the test case.
04:18:59.344827 mtc Local verdict of MTC: pass
04:18:59.344873 mtc No PTCs were created.
04:18:59.344921 mtc Test case TC_rxlev_acc_min finished. Verdict: pass
04:18:59.345097 mtc Executing test case TC_cellid in module Test.
04:18:59.345230 mtc Test case TC_cellid started.
04:18:59.345300 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cellid.
04:18:59.345462 mtc Port GSMTAP was started.
04:18:59.345555 mtc Port BSCVTY was started.
04:18:59.345602 mtc Component type Test.dummy_CT was initialized.
04:18:59.345653 mtc Function rnd() returned 0.136773.
04:18:59.345753 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:18:59.345958 mtc Port GSMTAP was mapped to system:GSMTAP.
04:18:59.346229 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:18:59.346348 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:18:59.346638 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:18:59.347307 mtc Port BSCVTY was mapped to system:BSCVTY.
04:18:59.347471 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:18:59.347655 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:18:59.347776 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:18:59.347868 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:18:59.348050 mtc Sent on BSCVTY to system charstring : "enable"
04:18:59.348183 mtc Start timer T: 2 s
04:18:59.348381 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:18:59.348531 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:18:59.348579 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:18:59.348617 mtc Stop timer T: 2 s
04:18:59.348669 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:18:59.348755 mtc Start timer T: 2 s
04:18:59.349115 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:18:59.349347 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:18:59.349397 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:18:59.349432 mtc Stop timer T: 2 s
04:18:59.349488 mtc Sent on BSCVTY to system charstring : "network"
04:18:59.349573 mtc Start timer T: 2 s
04:18:59.349794 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:18:59.349869 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:18:59.350054 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:18:59.350101 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:18:59.350232 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:18:59.350274 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:18:59.350309 mtc Stop timer T: 2 s
04:18:59.350361 mtc Sent on BSCVTY to system charstring : "bts 0"
04:18:59.350504 mtc Start timer T: 2 s
04:18:59.350782 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:18:59.350917 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:18:59.351238 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:18:59.351485 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:18:59.351710 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:18:59.351772 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:18:59.351819 mtc Stop timer T: 2 s
04:18:59.351883 mtc Sent on BSCVTY to system charstring : "cell_identity 8963"
04:18:59.351990 mtc Start timer T: 2 s
04:18:59.352322 mtc Message enqueued on BSCVTY from system charstring : " cell_identity 8963" id 7
04:18:59.352434 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:18:59.352709 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell_identity 8963" id 7
04:18:59.352783 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:18:59.352980 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:18:59.353041 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:18:59.353104 mtc Stop timer T: 2 s
04:18:59.353167 mtc Sent on BSCVTY to system charstring : "end"
04:18:59.353253 mtc Start timer T: 2 s
04:18:59.353476 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:18:59.353583 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:18:59.353856 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:18:59.353925 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:18:59.354044 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:18:59.354116 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:18:59.354174 mtc Stop timer T: 2 s
04:18:59.354254 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:18:59.354411 mtc Start timer T: 2 s
04:18:59.355002 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:18:59.355172 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:18:59.355242 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:18:59.355300 mtc Stop timer T: 2 s
04:18:59.355361 mtc Start timer T: 1 s
04:18:59.577924 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CEB0100000031061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:18:59.578212 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 31979, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:18:59.813473 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D1E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:18:59.813793 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32030, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:19:00.048886 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D510100000059061A00000000000000000000000000000000FF9D0400'O } id 3
04:19:00.049207 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32081, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
04:19:00.284258 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D840100000049061B230362F224334F110101109D259D0400392B2B2B'O } id 4
04:19:00.284632 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32132, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224334F110101109D259D0400392B2B2B'O } } id 4
04:19:00.355416 mtc Timeout T: 1 s
04:19:00.355540 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:19:00.355600 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:19:00.355646 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:19:00.355686 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:19:00.355724 mtc Port GSMTAP was cleared.
04:19:00.355767 mtc Start timer T: 10 s
04:19:00.519604 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DB70100000031061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O } id 5
04:19:00.519930 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32183, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:19:00.520147 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32183, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F9D259D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:19:00.520276 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:19:00.754740 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DEA010000005506198FB380000000000000000000000000009D04002B'O } id 6
04:19:00.755047 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32234, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:19:00.755262 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32234, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:19:00.755365 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:19:00.990172 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E1D0100000059061A00000000000000000000000000000000FF9D0400'O } id 7
04:19:00.990526 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32285, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:19:00.990746 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32285, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:19:00.990850 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:19:01.225718 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E500100000049061B230362F224334F110101109D259D0400392B2B2B'O } id 8
04:19:01.226036 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32336, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224334F110101109D259D0400392B2B2B'O } } id 8
04:19:01.226259 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32336, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224334F110101109D259D0400392B2B2B'O } } id 8
04:19:01.226426 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:19:01.226758 mtc setverdict(pass): none -> pass
04:19:01.226841 mtc Terminating component type Test.dummy_CT.
04:19:01.226917 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:19:01.227008 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:19:01.227062 mtc Port GSMTAP was stopped.
04:19:01.227104 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:19:01.227226 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:19:01.227290 mtc Port BSCVTY was stopped.
04:19:01.227323 mtc Component type Test.dummy_CT was shut down inside testcase TC_cellid.
04:19:01.227376 mtc Waiting for PTCs to finish.
04:19:01.227496 mtc Setting final verdict of the test case.
04:19:01.227602 mtc Local verdict of MTC: pass
04:19:01.227670 mtc No PTCs were created.
04:19:01.227725 mtc Test case TC_cellid finished. Verdict: pass
04:19:01.228049 mtc Executing test case TC_lac in module Test.
04:19:01.228159 mtc Test case TC_lac started.
04:19:01.228237 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_lac.
04:19:01.228351 mtc Port GSMTAP was started.
04:19:01.228393 mtc Port BSCVTY was started.
04:19:01.228417 mtc Component type Test.dummy_CT was initialized.
04:19:01.228460 mtc Function rnd() returned 0.734489.
04:19:01.228610 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:19:01.228864 mtc Port GSMTAP was mapped to system:GSMTAP.
04:19:01.229027 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:19:01.229178 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:19:01.229323 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:19:01.229818 mtc Port BSCVTY was mapped to system:BSCVTY.
04:19:01.230018 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:19:01.230147 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:19:01.230222 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:19:01.230268 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:19:01.230461 mtc Sent on BSCVTY to system charstring : "enable"
04:19:01.230584 mtc Start timer T: 2 s
04:19:01.230766 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:19:01.230951 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:19:01.231028 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:19:01.231091 mtc Stop timer T: 2 s
04:19:01.231182 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:01.231301 mtc Start timer T: 2 s
04:19:01.231715 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:19:01.232010 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:19:01.232080 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:19:01.232136 mtc Stop timer T: 2 s
04:19:01.232218 mtc Sent on BSCVTY to system charstring : "network"
04:19:01.232326 mtc Start timer T: 2 s
04:19:01.232550 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:19:01.232633 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:19:01.232897 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:19:01.232961 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:19:01.233156 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:19:01.233218 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:19:01.233269 mtc Stop timer T: 2 s
04:19:01.233354 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:01.233464 mtc Start timer T: 2 s
04:19:01.233677 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:19:01.233757 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:19:01.234013 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:19:01.234079 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:19:01.234277 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:19:01.234339 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:19:01.234426 mtc Stop timer T: 2 s
04:19:01.234527 mtc Sent on BSCVTY to system charstring : "location_area_code 48134"
04:19:01.234864 mtc Start timer T: 2 s
04:19:01.235034 mtc Message enqueued on BSCVTY from system charstring : " location_area_code 48134" id 7
04:19:01.235121 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:19:01.235360 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " location_area_code 48134" id 7
04:19:01.235421 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:19:01.235575 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:19:01.235647 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:19:01.235685 mtc Stop timer T: 2 s
04:19:01.235743 mtc Sent on BSCVTY to system charstring : "end"
04:19:01.235837 mtc Start timer T: 2 s
04:19:01.236090 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:19:01.236207 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:19:01.236551 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:19:01.236629 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:19:01.236768 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:19:01.236833 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:19:01.236892 mtc Stop timer T: 2 s
04:19:01.236985 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:19:01.237114 mtc Start timer T: 2 s
04:19:01.237675 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:19:01.237863 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:19:01.237941 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:19:01.238010 mtc Stop timer T: 2 s
04:19:01.238072 mtc Start timer T: 1 s
04:19:01.460863 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E830100000031061C62F224BC069D259D04002B2B2B2B2B2B2B2B2B2B'O } id 1
04:19:01.461179 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32387, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D259D04002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:19:01.696278 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:19:01.696590 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32438, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:19:01.931748 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EE90100000059061A00000000000000000000000000000000FF9D0400'O } id 3
04:19:01.932137 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32489, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 3
04:19:02.167113 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F1C0100000049061B230362F224BC06110101109D259D0400392B2B2B'O } id 4
04:19:02.167509 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32540, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D259D0400392B2B2B'O } } id 4
04:19:02.238125 mtc Timeout T: 1 s
04:19:02.238240 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:19:02.238287 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:19:02.238316 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:19:02.238345 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:19:02.238421 mtc Port GSMTAP was cleared.
04:19:02.238469 mtc Start timer T: 10 s
04:19:02.402189 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F4F0100000031061C62F224BC069D259D04002B2B2B2B2B2B2B2B2B2B'O } id 5
04:19:02.402455 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32591, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D259D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:19:02.402649 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32591, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D259D04002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:19:02.402748 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:19:02.637564 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F82010000005506198FB380000000000000000000000000009D04002B'O } id 6
04:19:02.637807 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32642, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:19:02.638030 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32642, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 6
04:19:02.638155 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:19:02.873272 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FB50100000059061A00000000000000000000000000000000FF9D0400'O } id 7
04:19:02.873674 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32693, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:19:02.873933 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32693, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7
04:19:02.874030 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:19:03.108608 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FE80100000049061B230362F224BC06110101109D259D0400392B2B2B'O } id 8
04:19:03.108997 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32744, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D259D0400392B2B2B'O } } id 8
04:19:03.109267 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32744, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D259D0400392B2B2B'O } } id 8
04:19:03.109379 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:19:03.109736 mtc setverdict(pass): none -> pass
04:19:03.109835 mtc Terminating component type Test.dummy_CT.
04:19:03.109900 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:19:03.110004 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:19:03.110064 mtc Port GSMTAP was stopped.
04:19:03.110119 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:19:03.110263 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:19:03.110326 mtc Port BSCVTY was stopped.
04:19:03.110371 mtc Component type Test.dummy_CT was shut down inside testcase TC_lac.
04:19:03.110485 mtc Waiting for PTCs to finish.
04:19:03.110608 mtc Setting final verdict of the test case.
04:19:03.110663 mtc Local verdict of MTC: pass
04:19:03.110717 mtc No PTCs were created.
04:19:03.110770 mtc Test case TC_lac finished. Verdict: pass
04:19:03.110903 mtc Executing test case TC_rach_tx_int in module Test.
04:19:03.110979 mtc Test case TC_rach_tx_int started.
04:19:03.111050 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_tx_int.
04:19:03.111166 mtc Port GSMTAP was started.
04:19:03.111230 mtc Port BSCVTY was started.
04:19:03.111275 mtc Component type Test.dummy_CT was initialized.
04:19:03.111328 mtc Function rnd() returned 0.160263.
04:19:03.111466 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:19:03.111589 mtc Port GSMTAP was mapped to system:GSMTAP.
04:19:03.111702 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:19:03.111778 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:19:03.111910 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:19:03.112375 mtc Port BSCVTY was mapped to system:BSCVTY.
04:19:03.112518 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:19:03.112613 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:19:03.112691 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:19:03.112757 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:19:03.112932 mtc Sent on BSCVTY to system charstring : "enable"
04:19:03.113065 mtc Start timer T: 2 s
04:19:03.113226 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:19:03.113378 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:19:03.113447 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:19:03.113505 mtc Stop timer T: 2 s
04:19:03.113577 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:03.113692 mtc Start timer T: 2 s
04:19:03.113987 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:19:03.114137 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:19:03.114166 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:19:03.114189 mtc Stop timer T: 2 s
04:19:03.114224 mtc Sent on BSCVTY to system charstring : "network"
04:19:03.114267 mtc Start timer T: 2 s
04:19:03.114343 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:19:03.114373 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:19:03.114500 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:19:03.114530 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:19:03.114612 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:19:03.114640 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:19:03.114664 mtc Stop timer T: 2 s
04:19:03.114702 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:03.114750 mtc Start timer T: 2 s
04:19:03.114844 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:19:03.114873 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:19:03.114984 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:19:03.115011 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:19:03.115093 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:19:03.115119 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:19:03.115140 mtc Stop timer T: 2 s
04:19:03.115177 mtc Sent on BSCVTY to system charstring : "rach tx integer 2"
04:19:03.115342 mtc Start timer T: 2 s
04:19:03.115403 mtc Message enqueued on BSCVTY from system charstring : " rach tx integer 2" id 7
04:19:03.115433 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:19:03.115550 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach tx integer 2" id 7
04:19:03.115577 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:19:03.115658 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:19:03.115692 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:19:03.115715 mtc Stop timer T: 2 s
04:19:03.115748 mtc Sent on BSCVTY to system charstring : "end"
04:19:03.115792 mtc Start timer T: 2 s
04:19:03.115888 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:19:03.115919 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:19:03.115989 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:19:03.116006 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:19:03.116033 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:19:03.116047 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:19:03.116059 mtc Stop timer T: 2 s
04:19:03.116094 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:19:03.116127 mtc Start timer T: 2 s
04:19:03.116554 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:19:03.116625 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:19:03.116655 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:19:03.116677 mtc Stop timer T: 2 s
04:19:03.116697 mtc Start timer T: 1 s
04:19:03.343818 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000801B0100000031061C62F224BC069D258904002B2B2B2B2B2B2B2B2B2B'O } id 1
04:19:03.344092 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32795, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D258904002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:19:03.579206 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000804E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:19:03.579574 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32846, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:19:03.818863 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080810100000059061A00000000000000000000000000000000FF890400'O } id 3
04:19:03.819245 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32897, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF890400'O } } id 3
04:19:04.049851 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080B40100000049061B230362F224BC06110101109D25890400392B2B2B'O } id 4
04:19:04.050151 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32948, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25890400392B2B2B'O } } id 4
04:19:04.116718 mtc Timeout T: 1 s
04:19:04.138756 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:19:04.138862 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:19:04.138903 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:19:04.138936 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:19:04.138969 mtc Port GSMTAP was cleared.
04:19:04.139009 mtc Start timer T: 10 s
04:19:04.285412 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080E70100000031061C62F224BC069D258904002B2B2B2B2B2B2B2B2B2B'O } id 5
04:19:04.285697 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32999, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D258904002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:19:04.285868 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 32999, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D258904002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:19:04.285952 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:19:04.520810 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000811A010000005506198FB380000000000000000000000000008904002B'O } id 6
04:19:04.521126 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33050, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000008904002B'O } } id 6
04:19:04.521319 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33050, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000008904002B'O } } id 6
04:19:04.521440 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:19:04.755933 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000814D0100000059061A00000000000000000000000000000000FF890400'O } id 7
04:19:04.756219 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33101, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF890400'O } } id 7
04:19:04.756452 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33101, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF890400'O } } id 7
04:19:04.756550 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:19:04.991542 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081800100000049061B230362F224BC06110101109D25890400392B2B2B'O } id 8
04:19:04.991860 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33152, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25890400392B2B2B'O } } id 8
04:19:04.992062 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33152, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25890400392B2B2B'O } } id 8
04:19:04.992151 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:19:04.992493 mtc setverdict(pass): none -> pass
04:19:04.992603 mtc Terminating component type Test.dummy_CT.
04:19:04.992673 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:19:04.992781 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:19:04.992852 mtc Port GSMTAP was stopped.
04:19:04.992900 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:19:04.993041 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:19:04.993121 mtc Port BSCVTY was stopped.
04:19:04.993172 mtc Component type Test.dummy_CT was shut down inside testcase TC_rach_tx_int.
04:19:04.993233 mtc Waiting for PTCs to finish.
04:19:04.993393 mtc Setting final verdict of the test case.
04:19:04.993457 mtc Local verdict of MTC: pass
04:19:04.993536 mtc No PTCs were created.
04:19:04.993591 mtc Test case TC_rach_tx_int finished. Verdict: pass
04:19:04.993741 mtc Executing test case TC_rach_max_tx in module Test.
04:19:04.993841 mtc Test case TC_rach_max_tx started.
04:19:04.993904 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_max_tx.
04:19:04.994025 mtc Port GSMTAP was started.
04:19:04.994090 mtc Port BSCVTY was started.
04:19:04.994132 mtc Component type Test.dummy_CT was initialized.
04:19:04.994185 mtc Function rnd() returned 0.368115.
04:19:04.994313 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:19:04.994494 mtc Port GSMTAP was mapped to system:GSMTAP.
04:19:04.994662 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:19:04.994747 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:19:04.994891 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:19:04.995438 mtc Port BSCVTY was mapped to system:BSCVTY.
04:19:04.995602 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:19:04.995713 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:19:04.995788 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:19:04.995853 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:19:04.996052 mtc Sent on BSCVTY to system charstring : "enable"
04:19:04.996208 mtc Start timer T: 2 s
04:19:04.996381 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:19:04.996515 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:19:04.996563 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:19:04.996610 mtc Stop timer T: 2 s
04:19:04.996662 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:04.996756 mtc Start timer T: 2 s
04:19:04.997089 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:19:04.997309 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:19:04.997360 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:19:04.997392 mtc Stop timer T: 2 s
04:19:04.997452 mtc Sent on BSCVTY to system charstring : "network"
04:19:04.997551 mtc Start timer T: 2 s
04:19:04.997861 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:19:04.997984 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:19:04.998144 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:19:04.998168 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:19:04.998237 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:19:04.998258 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:19:04.998277 mtc Stop timer T: 2 s
04:19:04.998307 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:04.998351 mtc Start timer T: 2 s
04:19:04.998483 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:19:04.998517 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:19:04.998581 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:19:04.998596 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:19:04.998639 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:19:04.998652 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:19:04.998662 mtc Stop timer T: 2 s
04:19:04.998683 mtc Sent on BSCVTY to system charstring : "rach max transmission 2"
04:19:04.998714 mtc Start timer T: 2 s
04:19:04.998873 mtc Message enqueued on BSCVTY from system charstring : " rach max transmission 2" id 7
04:19:04.998921 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:19:04.999043 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach max transmission 2" id 7
04:19:04.999084 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:19:04.999160 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:19:04.999188 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:19:04.999208 mtc Stop timer T: 2 s
04:19:04.999238 mtc Sent on BSCVTY to system charstring : "end"
04:19:04.999281 mtc Start timer T: 2 s
04:19:04.999353 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:19:04.999377 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:19:04.999463 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:19:04.999487 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:19:04.999528 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:19:04.999550 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:19:04.999568 mtc Stop timer T: 2 s
04:19:04.999597 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:19:04.999635 mtc Start timer T: 2 s
04:19:04.999882 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:19:04.999944 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:19:04.999965 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:19:04.999983 mtc Stop timer T: 2 s
04:19:05.000035 mtc Start timer T: 1 s
04:19:05.226638 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081B30100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 1
04:19:05.226905 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33203, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:19:05.461958 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081E6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:19:05.462210 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33254, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:19:05.697393 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082190100000059061A00000000000000000000000000000000FF490400'O } id 3
04:19:05.697687 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33305, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O } } id 3
04:19:05.932828 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000824C0100000049061B230362F224BC06110101109D25490400392B2B2B'O } id 4
04:19:05.933187 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33356, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25490400392B2B2B'O } } id 4
04:19:06.000090 mtc Timeout T: 1 s
04:19:06.000240 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:19:06.000308 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:19:06.000361 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:19:06.000409 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:19:06.000455 mtc Port GSMTAP was cleared.
04:19:06.000506 mtc Start timer T: 10 s
04:19:06.168108 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000827F0100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 5
04:19:06.168433 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33407, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:19:06.168639 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33407, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:19:06.168721 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:19:06.403514 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082B2010000005506198FB380000000000000000000000000004904002B'O } id 6
04:19:06.403762 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33458, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000004904002B'O } } id 6
04:19:06.403933 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33458, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000004904002B'O } } id 6
04:19:06.404031 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:19:06.639095 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082E50100000059061A00000000000000000000000000000000FF490400'O } id 7
04:19:06.639412 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33509, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O } } id 7
04:19:06.639601 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33509, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O } } id 7
04:19:06.639695 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:19:06.874337 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083180100000049061B230362F224BC06110101109D25490400392B2B2B'O } id 8
04:19:06.874762 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33560, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25490400392B2B2B'O } } id 8
04:19:06.875010 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33560, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25490400392B2B2B'O } } id 8
04:19:06.875101 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:19:06.875393 mtc setverdict(pass): none -> pass
04:19:06.875490 mtc Terminating component type Test.dummy_CT.
04:19:06.875569 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:19:06.875673 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:19:06.875735 mtc Port GSMTAP was stopped.
04:19:06.875786 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:19:06.876078 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:19:06.876172 mtc Port BSCVTY was stopped.
04:19:06.876231 mtc Component type Test.dummy_CT was shut down inside testcase TC_rach_max_tx.
04:19:06.876303 mtc Waiting for PTCs to finish.
04:19:06.876434 mtc Setting final verdict of the test case.
04:19:06.876501 mtc Local verdict of MTC: pass
04:19:06.876562 mtc No PTCs were created.
04:19:06.876608 mtc Test case TC_rach_max_tx finished. Verdict: pass
04:19:06.876822 mtc Executing test case TC_attach in module Test.
04:19:06.876904 mtc Test case TC_attach started.
04:19:06.876956 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_attach.
04:19:06.877094 mtc Port GSMTAP was started.
04:19:06.877165 mtc Port BSCVTY was started.
04:19:06.877209 mtc Component type Test.dummy_CT was initialized.
04:19:06.877262 mtc Function rnd() returned 0.439271.
04:19:06.877392 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:19:06.877824 mtc Port GSMTAP was mapped to system:GSMTAP.
04:19:06.877976 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:19:06.878084 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:19:06.878230 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:19:06.878844 mtc Port BSCVTY was mapped to system:BSCVTY.
04:19:06.879006 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:19:06.879098 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:19:06.879166 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:19:06.879217 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:19:06.879384 mtc Sent on BSCVTY to system charstring : "enable"
04:19:06.879498 mtc Start timer T: 2 s
04:19:06.879660 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:19:06.879780 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:19:06.879828 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:19:06.879864 mtc Stop timer T: 2 s
04:19:06.879926 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:06.880008 mtc Start timer T: 2 s
04:19:06.880339 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:19:06.880551 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:19:06.880601 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:19:06.880637 mtc Stop timer T: 2 s
04:19:06.880691 mtc Sent on BSCVTY to system charstring : "network"
04:19:06.880769 mtc Start timer T: 2 s
04:19:06.880941 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:19:06.881015 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:19:06.881197 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:19:06.881244 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:19:06.881378 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:19:06.881419 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:19:06.881454 mtc Stop timer T: 2 s
04:19:06.881504 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:06.881586 mtc Start timer T: 2 s
04:19:06.881806 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:19:06.881865 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:19:06.882030 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:19:06.882075 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:19:06.882207 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:19:06.882248 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:19:06.882281 mtc Stop timer T: 2 s
04:19:06.882339 mtc Sent on BSCVTY to system charstring : "channel-descrption attach 0"
04:19:06.882507 mtc Start timer T: 2 s
04:19:06.882815 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption attach 0" id 7
04:19:06.882933 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:19:06.883115 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption attach 0" id 7
04:19:06.883141 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:19:06.883223 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:19:06.883247 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:19:06.883268 mtc Stop timer T: 2 s
04:19:06.883299 mtc Sent on BSCVTY to system charstring : "end"
04:19:06.883343 mtc Start timer T: 2 s
04:19:06.883453 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:19:06.883479 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:19:06.883557 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:19:06.883580 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:19:06.883623 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:19:06.883643 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:19:06.883662 mtc Stop timer T: 2 s
04:19:06.883692 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:19:06.883730 mtc Start timer T: 2 s
04:19:06.883952 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:19:06.884000 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:19:06.884020 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:19:06.884039 mtc Stop timer T: 2 s
04:19:06.884058 mtc Start timer T: 1 s
04:19:07.109843 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000834B0100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 1
04:19:07.110166 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33611, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:19:07.344927 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000837E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:19:07.345198 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33662, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:19:07.580356 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083B10100000059061A00000000000000000000000000000000FF490400'O } id 3
04:19:07.580688 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33713, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O } } id 3
04:19:07.815694 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083E40100000049061B230362F224BC06110101109D25490400392B2B2B'O } id 4
04:19:07.816007 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33764, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25490400392B2B2B'O } } id 4
04:19:07.884171 mtc Timeout T: 1 s
04:19:07.884322 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:19:07.884380 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:19:07.884429 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:19:07.884463 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:19:07.884493 mtc Port GSMTAP was cleared.
04:19:07.884526 mtc Start timer T: 10 s
04:19:08.051068 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084170100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 5
04:19:08.051392 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33815, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:19:08.051616 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33815, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:19:08.051730 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:19:08.286290 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000844A010000005506198FB380000000000000000000000000004904002B'O } id 6
04:19:08.286399 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33866, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000004904002B'O } } id 6
04:19:08.286461 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33866, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000004904002B'O } } id 6
04:19:08.286490 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:19:08.521951 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000847D0100000059061A00000000000000000000000000000000FF490400'O } id 7
04:19:08.522298 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33917, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O } } id 7
04:19:08.522563 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33917, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O } } id 7
04:19:08.522668 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:19:08.757104 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084B00100000049061B230362F224BC06110101109D25490400392B2B2B'O } id 8
04:19:08.757365 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33968, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25490400392B2B2B'O } } id 8
04:19:08.757539 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 33968, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25490400392B2B2B'O } } id 8
04:19:08.757635 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:19:08.757903 mtc setverdict(pass): none -> pass
04:19:08.757977 mtc Terminating component type Test.dummy_CT.
04:19:08.758034 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:19:08.758129 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:19:08.758194 mtc Port GSMTAP was stopped.
04:19:08.758244 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:19:08.758369 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:19:08.758475 mtc Port BSCVTY was stopped.
04:19:08.758521 mtc Component type Test.dummy_CT was shut down inside testcase TC_attach.
04:19:08.758574 mtc Waiting for PTCs to finish.
04:19:08.758683 mtc Setting final verdict of the test case.
04:19:08.758742 mtc Local verdict of MTC: pass
04:19:08.758772 mtc No PTCs were created.
04:19:08.758809 mtc Test case TC_attach finished. Verdict: pass
04:19:08.758960 mtc Executing test case TC_dtx_ul in module Test.
04:19:08.759029 mtc Test case TC_dtx_ul started.
04:19:08.759073 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_dtx_ul.
04:19:08.759170 mtc Port GSMTAP was started.
04:19:08.759226 mtc Port BSCVTY was started.
04:19:08.759261 mtc Component type Test.dummy_CT was initialized.
04:19:08.759306 mtc Function rnd() returned 0.221450.
04:19:08.759414 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:19:08.759519 mtc Port GSMTAP was mapped to system:GSMTAP.
04:19:08.759609 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:19:08.759667 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:19:08.759778 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:19:08.760160 mtc Port BSCVTY was mapped to system:BSCVTY.
04:19:08.760274 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:19:08.760344 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:19:08.760410 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:19:08.760469 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:19:08.760621 mtc Sent on BSCVTY to system charstring : "enable"
04:19:08.760734 mtc Start timer T: 2 s
04:19:08.760915 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:19:08.761057 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:19:08.761112 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:19:08.761159 mtc Stop timer T: 2 s
04:19:08.761220 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:08.761311 mtc Start timer T: 2 s
04:19:08.761628 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:19:08.761825 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:19:08.761866 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:19:08.761894 mtc Stop timer T: 2 s
04:19:08.761939 mtc Sent on BSCVTY to system charstring : "network"
04:19:08.762009 mtc Start timer T: 2 s
04:19:08.762093 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:19:08.762109 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:19:08.762146 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:19:08.762156 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:19:08.762184 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:19:08.762194 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:19:08.762204 mtc Stop timer T: 2 s
04:19:08.762221 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:08.762243 mtc Start timer T: 2 s
04:19:08.762297 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:19:08.762313 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:19:08.762368 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:19:08.762397 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:19:08.762439 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:19:08.762452 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:19:08.762463 mtc Stop timer T: 2 s
04:19:08.762481 mtc Sent on BSCVTY to system charstring : "dtx uplink"
04:19:08.762502 mtc Start timer T: 2 s
04:19:08.762583 mtc Message enqueued on BSCVTY from system charstring : " dtx uplink" id 7
04:19:08.762599 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:19:08.762641 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " dtx uplink" id 7
04:19:08.762656 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:19:08.762701 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:19:08.762714 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:19:08.762725 mtc Stop timer T: 2 s
04:19:08.762744 mtc Port GSMTAP was cleared.
04:19:08.762754 mtc Start timer T: 10 s
04:19:08.992526 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084E30100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 1
04:19:08.992849 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34019, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:19:08.993051 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34019, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:19:08.993136 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:19:09.227916 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008516010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2
04:19:09.228461 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34070, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:19:09.228666 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34070, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 2
04:19:09.228764 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:19:09.463190 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085490100000059061A00000000000000000000000000000000FF490400'O } id 3
04:19:09.463385 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34121, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O } } id 3
04:19:09.463544 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34121, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O } } id 3
04:19:09.463608 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:19:09.698501 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000857C0100000049061B230362F224BC06110101109D25490400392B2B2B'O } id 4
04:19:09.698665 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34172, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25490400392B2B2B'O } } id 4
04:19:09.698750 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34172, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101109D25490400392B2B2B'O } } id 4
04:19:09.698798 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:19:09.698998 mtc setverdict(fail): none -> fail reason: "SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 8963, lai := { mcc_mnc := '262F42'H, lac := 48134 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }", new component reason: "SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 8963, lai := { mcc_mnc := '262F42'H, lac := 48134 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }"
04:19:09.699055 mtc Terminating component type Test.dummy_CT.
04:19:09.699075 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:19:09.699102 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:19:09.699113 mtc Port GSMTAP was stopped.
04:19:09.699120 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:19:09.699130 mtc Warning: BSCVTY: Dropping partial message
04:19:09.699163 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:19:09.699182 mtc Port BSCVTY was stopped.
04:19:09.699194 mtc Component type Test.dummy_CT was shut down inside testcase TC_dtx_ul.
04:19:09.699205 mtc Waiting for PTCs to finish.
04:19:09.699248 mtc Setting final verdict of the test case.
04:19:09.699265 mtc Local verdict of MTC: fail reason: "SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 8963, lai := { mcc_mnc := '262F42'H, lac := 48134 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }"
04:19:09.699290 mtc No PTCs were created.
04:19:09.699299 mtc Test case TC_dtx_ul finished. Verdict: fail reason: SI { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 8963, lai := { mcc_mnc := '262F42'H, lac := 48134 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 4, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 37 }, rach_control := { max_retrans := '01'B, tx_integer := '0010'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } doesn't match { header := { l2_plen := { l2_plen := ?, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := ?, lai := ?, ctrl_chan_desc := { mscrr := ?, att := ?, bs_ag_blks_res := ?, ccch_conf := ?, si22ind := ?, cbq3 := ?, spare := '00'B, bs_pa_mfrms := ?, t3212 := ? }, cell_options := { dn_ind := ?, pwrc := ?, dtx := '00'B, radio_link_timeout := ? }, cell_sel_par := ?, rach_control := ?, rest_octets := ? } } }
04:19:09.699354 mtc Executing test case TC_emerg_allowed in module Test.
04:19:09.699373 mtc Test case TC_emerg_allowed started.
04:19:09.699385 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_emerg_allowed.
04:19:09.699415 mtc Port GSMTAP was started.
04:19:09.699430 mtc Port BSCVTY was started.
04:19:09.699440 mtc Component type Test.dummy_CT was initialized.
04:19:09.699452 mtc Function rnd() returned 0.161532.
04:19:09.699492 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:19:09.699519 mtc Port GSMTAP was mapped to system:GSMTAP.
04:19:09.699541 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:19:09.699558 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:19:09.699594 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:19:09.699712 mtc Port BSCVTY was mapped to system:BSCVTY.
04:19:09.699741 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:19:09.699762 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:19:09.699777 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:19:09.699790 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:19:09.699831 mtc Sent on BSCVTY to system charstring : "enable"
04:19:09.699858 mtc Start timer T: 2 s
04:19:09.699913 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:19:09.699949 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:19:09.699963 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:19:09.699975 mtc Stop timer T: 2 s
04:19:09.699990 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:09.700012 mtc Start timer T: 2 s
04:19:09.700098 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:19:09.700147 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:19:09.700158 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:19:09.700165 mtc Stop timer T: 2 s
04:19:09.700176 mtc Sent on BSCVTY to system charstring : "network"
04:19:09.700193 mtc Start timer T: 2 s
04:19:09.700248 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:19:09.700264 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:19:09.700322 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:19:09.700335 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:19:09.700377 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:19:09.700390 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:19:09.700401 mtc Stop timer T: 2 s
04:19:09.700419 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:09.700441 mtc Start timer T: 2 s
04:19:09.700494 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:19:09.700510 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:19:09.700565 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:19:09.700578 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:19:09.700619 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:19:09.700632 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:19:09.700643 mtc Stop timer T: 2 s
04:19:09.700663 mtc Sent on BSCVTY to system charstring : "rach emergency call allowed 0"
04:19:09.700688 mtc Start timer T: 2 s
04:19:09.700778 mtc Message enqueued on BSCVTY from system charstring : " rach emergency call allowed 0" id 7
04:19:09.700795 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:19:09.700857 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach emergency call allowed 0" id 7
04:19:09.700870 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:19:09.700910 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:19:09.700922 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:19:09.700933 mtc Stop timer T: 2 s
04:19:09.700951 mtc Sent on BSCVTY to system charstring : "end"
04:19:09.700973 mtc Start timer T: 2 s
04:19:09.701028 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:19:09.701042 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:19:09.701078 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:19:09.701087 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:19:09.701101 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:19:09.701109 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:19:09.701115 mtc Stop timer T: 2 s
04:19:09.701126 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:19:09.701142 mtc Start timer T: 2 s
04:19:09.701380 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:19:09.701420 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:19:09.701434 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:19:09.701443 mtc Stop timer T: 2 s
04:19:09.701451 mtc Start timer T: 1 s
04:19:09.933870 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085AF0100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 1
04:19:09.933992 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34223, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:19:10.169192 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085E2010000005506198FB380000000000000000000000000004904002B'O } id 2
04:19:10.169307 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34274, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000004904002B'O } } id 2
04:19:10.404598 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086150100000059061A00000000000000000000000000000000FF490400'O } id 3
04:19:10.404711 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34325, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF490400'O } } id 3
04:19:10.639945 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086480100000049061B230362F224BC06110101009D25490400392B2B2B'O } id 4
04:19:10.640081 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 34376, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B230362F224BC06110101009D25490400392B2B2B'O } } id 4
04:19:10.701461 mtc Timeout T: 1 s
04:19:10.701509 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:19:10.701526 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:19:10.701539 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:19:10.701550 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:19:10.701576 mtc Port GSMTAP was cleared.
04:19:10.701601 mtc Start timer T: 10 s
04:19:10.875270 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000867B0100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 5
04:19:10.875378 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:19:10.875450 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:19:10.875475 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:19:11.110649 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
04:19:11.110767 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6
04:19:11.110835 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6
04:19:11.110858 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:19:11.346047 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086E10100000059061A00000000000000000000000000000000FF490400'O } id 7
04:19:11.346210 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 7
04:19:11.346297 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 7
04:19:11.346319 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:19:11.581552 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087140100000049061B230362F224BC06110101009D25490400392B2B2B'O } id 8
04:19:11.581673 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06110101009D25490400392B2B2B'O } } id 8
04:19:11.581768 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06110101009D25490400392B2B2B'O } } id 8
04:19:11.581808 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:19:11.581931 mtc setverdict(pass): none -> pass
04:19:11.581963 mtc Terminating component type Test.dummy_CT.
04:19:11.581976 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:19:11.582018 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:19:11.582029 mtc Port GSMTAP was stopped.
04:19:11.582046 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:19:11.582088 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:19:11.582101 mtc Port BSCVTY was stopped.
04:19:11.582108 mtc Component type Test.dummy_CT was shut down inside testcase TC_emerg_allowed.
04:19:11.582118 mtc Waiting for PTCs to finish.
04:19:11.582240 mtc Setting final verdict of the test case.
04:19:11.582277 mtc Local verdict of MTC: pass
04:19:11.582313 mtc No PTCs were created.
04:19:11.582336 mtc Test case TC_emerg_allowed finished. Verdict: pass
04:19:11.582404 mtc Executing test case TC_bs_pa_mfrms in module Test.
04:19:11.582444 mtc Test case TC_bs_pa_mfrms started.
04:19:11.582469 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_pa_mfrms.
04:19:11.582519 mtc Port GSMTAP was started.
04:19:11.582537 mtc Port BSCVTY was started.
04:19:11.582550 mtc Component type Test.dummy_CT was initialized.
04:19:11.582565 mtc Function rnd() returned 0.103923.
04:19:11.582617 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:19:11.582649 mtc Port GSMTAP was mapped to system:GSMTAP.
04:19:11.582674 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:19:11.582693 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:19:11.582733 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:19:11.582872 mtc Port BSCVTY was mapped to system:BSCVTY.
04:19:11.582902 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:19:11.582924 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:19:11.582941 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:19:11.582955 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:19:11.582998 mtc Sent on BSCVTY to system charstring : "enable"
04:19:11.583039 mtc Start timer T: 2 s
04:19:11.583100 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:19:11.583139 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:19:11.583155 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:19:11.583168 mtc Stop timer T: 2 s
04:19:11.583185 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:11.583209 mtc Start timer T: 2 s
04:19:11.583311 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:19:11.583384 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:19:11.583401 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:19:11.583411 mtc Stop timer T: 2 s
04:19:11.583427 mtc Sent on BSCVTY to system charstring : "network"
04:19:11.583454 mtc Start timer T: 2 s
04:19:11.583512 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:19:11.583530 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:19:11.583582 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:19:11.583596 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:19:11.583629 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:19:11.583640 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:19:11.583653 mtc Stop timer T: 2 s
04:19:11.583671 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:11.583745 mtc Start timer T: 2 s
04:19:11.583780 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:19:11.583798 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:19:11.583857 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:19:11.583872 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:19:11.583915 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:19:11.583927 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:19:11.583942 mtc Stop timer T: 2 s
04:19:11.583961 mtc Sent on BSCVTY to system charstring : "channel-descrption bs-pa-mfrms 2"
04:19:11.583985 mtc Start timer T: 2 s
04:19:11.584117 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption bs-pa-mfrms 2" id 7
04:19:11.584139 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:19:11.584206 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-pa-mfrms 2" id 7
04:19:11.584220 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:19:11.584261 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:19:11.584274 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:19:11.584284 mtc Stop timer T: 2 s
04:19:11.584298 mtc Sent on BSCVTY to system charstring : "end"
04:19:11.584323 mtc Start timer T: 2 s
04:19:11.584388 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:19:11.584443 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:19:11.584561 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:19:11.584606 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:19:11.584638 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:19:11.584652 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:19:11.584667 mtc Stop timer T: 2 s
04:19:11.584689 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:19:11.584717 mtc Start timer T: 2 s
04:19:11.584880 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:19:11.584932 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:19:11.584955 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:19:11.584973 mtc Stop timer T: 2 s
04:19:11.584990 mtc Start timer T: 1 s
04:19:11.816747 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087470100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 1
04:19:11.816843 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:19:12.052116 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000877A010000005506198FB380000000000000000000000000004904002B'O } id 2
04:19:12.052230 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000004904002B'O } } id 2
04:19:12.287479 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087AD0100000059061A00000000000000000000000000000000FF490400'O } id 3
04:19:12.287619 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 3
04:19:12.522862 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000087E00100000049061B230362F224BC06110001009D25490400392B2B2B'O } id 4
04:19:12.522989 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06110001009D25490400392B2B2B'O } } id 4
04:19:12.585110 mtc Timeout T: 1 s
04:19:12.585155 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:19:12.585166 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:19:12.585173 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:19:12.585180 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:19:12.585185 mtc Port GSMTAP was cleared.
04:19:12.585193 mtc Start timer T: 10 s
04:19:12.758195 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088130100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 5
04:19:12.758307 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:19:12.758369 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:19:12.758411 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:19:12.993568 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008846010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
04:19:12.993678 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6
04:19:12.993756 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6
04:19:12.993790 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:19:13.228986 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088790100000059061A00000000000000000000000000000000FF490400'O } id 7
04:19:13.229121 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 7
04:19:13.229205 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 7
04:19:13.229240 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:19:13.464318 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088AC0100000049061B230362F224BC06110001009D25490400392B2B2B'O } id 8
04:19:13.464432 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06110001009D25490400392B2B2B'O } } id 8
04:19:13.464519 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06110001009D25490400392B2B2B'O } } id 8
04:19:13.464545 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:19:13.464645 mtc setverdict(pass): none -> pass
04:19:13.464665 mtc Terminating component type Test.dummy_CT.
04:19:13.464677 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:19:13.464724 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:19:13.464749 mtc Port GSMTAP was stopped.
04:19:13.464756 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:19:13.464787 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:19:13.464798 mtc Port BSCVTY was stopped.
04:19:13.464805 mtc Component type Test.dummy_CT was shut down inside testcase TC_bs_pa_mfrms.
04:19:13.464813 mtc Waiting for PTCs to finish.
04:19:13.464885 mtc Setting final verdict of the test case.
04:19:13.464907 mtc Local verdict of MTC: pass
04:19:13.464921 mtc No PTCs were created.
04:19:13.464934 mtc Test case TC_bs_pa_mfrms finished. Verdict: pass
04:19:13.464968 mtc Executing test case TC_bs_ag_blks_res in module Test.
04:19:13.464990 mtc Test case TC_bs_ag_blks_res started.
04:19:13.465000 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_ag_blks_res.
04:19:13.465024 mtc Port GSMTAP was started.
04:19:13.465042 mtc Port BSCVTY was started.
04:19:13.465051 mtc Component type Test.dummy_CT was initialized.
04:19:13.465062 mtc Function rnd() returned 0.517691.
04:19:13.465096 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:19:13.465148 mtc Port GSMTAP was mapped to system:GSMTAP.
04:19:13.465175 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:19:13.465190 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:19:13.465229 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:19:13.465350 mtc Port BSCVTY was mapped to system:BSCVTY.
04:19:13.465385 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:19:13.465411 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:19:13.465427 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:19:13.465440 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:19:13.465474 mtc Sent on BSCVTY to system charstring : "enable"
04:19:13.465495 mtc Start timer T: 2 s
04:19:13.465553 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:19:13.465585 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:19:13.465595 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:19:13.465602 mtc Stop timer T: 2 s
04:19:13.465611 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:13.465628 mtc Start timer T: 2 s
04:19:13.465725 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:19:13.465775 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:19:13.465791 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:19:13.465801 mtc Stop timer T: 2 s
04:19:13.465817 mtc Sent on BSCVTY to system charstring : "network"
04:19:13.465840 mtc Start timer T: 2 s
04:19:13.465896 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:19:13.465914 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:19:13.465970 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:19:13.465984 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:19:13.466026 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:19:13.466038 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:19:13.466049 mtc Stop timer T: 2 s
04:19:13.466065 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:13.466087 mtc Start timer T: 2 s
04:19:13.466139 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:19:13.466156 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:19:13.466210 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:19:13.466225 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:19:13.466262 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:19:13.466278 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:19:13.466285 mtc Stop timer T: 2 s
04:19:13.466297 mtc Sent on BSCVTY to system charstring : "channel-descrption bs-ag-blks-res 3"
04:19:13.466316 mtc Start timer T: 2 s
04:19:13.466419 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption bs-ag-blks-res 3" id 7
04:19:13.466437 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:19:13.466492 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-ag-blks-res 3" id 7
04:19:13.466507 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:19:13.466549 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:19:13.466562 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:19:13.466574 mtc Stop timer T: 2 s
04:19:13.466590 mtc Sent on BSCVTY to system charstring : "end"
04:19:13.466614 mtc Start timer T: 2 s
04:19:13.466667 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:19:13.466683 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:19:13.466744 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:19:13.466758 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:19:13.466783 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:19:13.466795 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:19:13.466806 mtc Stop timer T: 2 s
04:19:13.466824 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:19:13.466846 mtc Start timer T: 2 s
04:19:13.466973 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:19:13.467016 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:19:13.467031 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:19:13.467043 mtc Stop timer T: 2 s
04:19:13.467056 mtc Start timer T: 1 s
04:19:13.699751 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000088DF0100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 1
04:19:13.699889 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:19:13.935049 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008912010000005506198FB380000000000000000000000000004904002B'O } id 2
04:19:13.935172 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000004904002B'O } } id 2
04:19:14.170433 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089450100000059061A00000000000000000000000000000000FF490400'O } id 3
04:19:14.170533 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 3
04:19:14.405847 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089780100000049061B230362F224BC06190001009D25490400392B2B2B'O } id 4
04:19:14.406006 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06190001009D25490400392B2B2B'O } } id 4
04:19:14.467128 mtc Timeout T: 1 s
04:19:14.467191 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:19:14.467209 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:19:14.467222 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:19:14.467234 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:19:14.467246 mtc Port GSMTAP was cleared.
04:19:14.467273 mtc Start timer T: 10 s
04:19:14.641156 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089AB0100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 5
04:19:14.641271 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:19:14.641333 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:19:14.641360 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:19:14.876542 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000089DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
04:19:14.876705 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6
04:19:14.876809 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6
04:19:14.876830 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:19:15.111893 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A110100000059061A00000000000000000000000000000000FF490400'O } id 7
04:19:15.112036 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 7
04:19:15.112137 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 7
04:19:15.112159 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:19:15.347252 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A440100000049061B230362F224BC06190001009D25490400392B2B2B'O } id 8
04:19:15.347391 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06190001009D25490400392B2B2B'O } } id 8
04:19:15.347502 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06190001009D25490400392B2B2B'O } } id 8
04:19:15.347529 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:19:15.347658 mtc setverdict(pass): none -> pass
04:19:15.347683 mtc Terminating component type Test.dummy_CT.
04:19:15.347703 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:19:15.347730 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:19:15.347744 mtc Port GSMTAP was stopped.
04:19:15.347755 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:19:15.347793 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:19:15.347808 mtc Port BSCVTY was stopped.
04:19:15.347817 mtc Component type Test.dummy_CT was shut down inside testcase TC_bs_ag_blks_res.
04:19:15.347830 mtc Waiting for PTCs to finish.
04:19:15.347916 mtc Setting final verdict of the test case.
04:19:15.347933 mtc Local verdict of MTC: pass
04:19:15.347945 mtc No PTCs were created.
04:19:15.347954 mtc Test case TC_bs_ag_blks_res finished. Verdict: pass
04:19:15.347999 mtc Executing test case TC_radio_link_timeout in module Test.
04:19:15.348028 mtc Test case TC_radio_link_timeout started.
04:19:15.348041 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_radio_link_timeout.
04:19:15.348070 mtc Port GSMTAP was started.
04:19:15.348085 mtc Port BSCVTY was started.
04:19:15.348091 mtc Component type Test.dummy_CT was initialized.
04:19:15.348103 mtc Function rnd() returned 0.539714.
04:19:15.348140 mtc Mapping port mtc:GSMTAP to system:GSMTAP.
04:19:15.348174 mtc Port GSMTAP was mapped to system:GSMTAP.
04:19:15.348209 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished.
04:19:15.348231 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP
04:19:15.348269 mtc Mapping port mtc:BSCVTY to system:BSCVTY.
04:19:15.348409 mtc Port BSCVTY was mapped to system:BSCVTY.
04:19:15.348444 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished.
04:19:15.348469 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } }
04:19:15.348488 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } }
04:19:15.348502 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } }
04:19:15.348551 mtc Sent on BSCVTY to system charstring : "enable"
04:19:15.348581 mtc Start timer T: 2 s
04:19:15.348638 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1
04:19:15.348683 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1
04:19:15.348696 mtc Message with id 1 was extracted from the queue of BSCVTY.
04:19:15.348708 mtc Stop timer T: 2 s
04:19:15.348725 mtc Sent on BSCVTY to system charstring : "configure terminal"
04:19:15.348748 mtc Start timer T: 2 s
04:19:15.348835 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2
04:19:15.348889 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2
04:19:15.348901 mtc Message with id 2 was extracted from the queue of BSCVTY.
04:19:15.348909 mtc Stop timer T: 2 s
04:19:15.348921 mtc Sent on BSCVTY to system charstring : "network"
04:19:15.348942 mtc Start timer T: 2 s
04:19:15.348993 mtc Message enqueued on BSCVTY from system charstring : " network" id 3
04:19:15.349010 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4
04:19:15.349053 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3
04:19:15.349063 mtc Message with id 3 was extracted from the queue of BSCVTY.
04:19:15.349095 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4
04:19:15.349105 mtc Message with id 4 was extracted from the queue of BSCVTY.
04:19:15.349112 mtc Stop timer T: 2 s
04:19:15.349123 mtc Sent on BSCVTY to system charstring : "bts 0"
04:19:15.349142 mtc Start timer T: 2 s
04:19:15.349196 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5
04:19:15.349212 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6
04:19:15.349250 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5
04:19:15.349261 mtc Message with id 5 was extracted from the queue of BSCVTY.
04:19:15.349302 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6
04:19:15.349311 mtc Message with id 6 was extracted from the queue of BSCVTY.
04:19:15.349318 mtc Stop timer T: 2 s
04:19:15.349332 mtc Sent on BSCVTY to system charstring : "radio-link-timeout 36"
04:19:15.349352 mtc Start timer T: 2 s
04:19:15.349436 mtc Message enqueued on BSCVTY from system charstring : " radio-link-timeout 36" id 7
04:19:15.349451 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8
04:19:15.349490 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " radio-link-timeout 36" id 7
04:19:15.349501 mtc Message with id 7 was extracted from the queue of BSCVTY.
04:19:15.349528 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8
04:19:15.349537 mtc Message with id 8 was extracted from the queue of BSCVTY.
04:19:15.349544 mtc Stop timer T: 2 s
04:19:15.349555 mtc Sent on BSCVTY to system charstring : "end"
04:19:15.349572 mtc Start timer T: 2 s
04:19:15.349622 mtc Message enqueued on BSCVTY from system charstring : " end" id 9
04:19:15.349636 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10
04:19:15.349673 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9
04:19:15.349683 mtc Message with id 9 was extracted from the queue of BSCVTY.
04:19:15.349698 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10
04:19:15.349705 mtc Message with id 10 was extracted from the queue of BSCVTY.
04:19:15.349712 mtc Stop timer T: 2 s
04:19:15.349724 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information"
04:19:15.349741 mtc Start timer T: 2 s
04:19:15.349860 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11
04:19:15.349896 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11
04:19:15.349912 mtc Message with id 11 was extracted from the queue of BSCVTY.
04:19:15.349926 mtc Stop timer T: 2 s
04:19:15.349940 mtc Start timer T: 1 s
04:19:15.582634 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008A770100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 1
04:19:15.582742 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 1
04:19:15.817952 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008AAA010000005506198FB380000000000000000000000000004904002B'O } id 2
04:19:15.818050 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000004904002B'O } } id 2
04:19:16.053466 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008ADD0100000059061A00000000000000000000000000000000FF490400'O } id 3
04:19:16.053697 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 3
04:19:16.288713 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B100100000049061B230362F224BC06190001089D25490400392B2B2B'O } id 4
04:19:16.288832 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06190001089D25490400392B2B2B'O } } id 4
04:19:16.349958 mtc Timeout T: 1 s
04:19:16.350031 mtc Message with id 1 was extracted from the queue of GSMTAP.
04:19:16.350049 mtc Message with id 2 was extracted from the queue of GSMTAP.
04:19:16.350058 mtc Message with id 3 was extracted from the queue of GSMTAP.
04:19:16.350067 mtc Message with id 4 was extracted from the queue of GSMTAP.
04:19:16.350076 mtc Port GSMTAP was cleared.
04:19:16.350086 mtc Start timer T: 10 s
04:19:16.524095 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B430100000031061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } id 5
04:19:16.524217 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:19:16.524295 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224BC069D254904002B2B2B2B2B2B2B2B2B2B'O } } id 5
04:19:16.524327 mtc Message with id 5 was extracted from the queue of GSMTAP.
04:19:16.759435 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008B76010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6
04:19:16.759557 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6
04:19:16.759634 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6
04:19:16.759662 mtc Message with id 6 was extracted from the queue of GSMTAP.
04:19:16.994761 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BA90100000059061A00000000000000000000000000000000FF490400'O } id 7
04:19:16.994880 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 7
04:19:16.994953 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF490400'O } } id 7
04:19:16.994977 mtc Message with id 7 was extracted from the queue of GSMTAP.
04:19:17.230159 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008BDC0100000049061B230362F224BC06190001089D25490400392B2B2B'O } id 8
04:19:17.230260 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06190001089D25490400392B2B2B'O } } id 8
04:19:17.230310 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 41618, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B230362F224BC06190001089D25490400392B2B2B'O } } id 8
04:19:17.230328 mtc Message with id 8 was extracted from the queue of GSMTAP.
04:19:17.230447 mtc setverdict(pass): none -> pass
04:19:17.230485 mtc Terminating component type Test.dummy_CT.
04:19:17.230503 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP.
04:19:17.230532 mtc Port GSMTAP was unmapped from system:GSMTAP.
04:19:17.230545 mtc Port GSMTAP was stopped.
04:19:17.230560 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY.
04:19:17.230603 mtc Port BSCVTY was unmapped from system:BSCVTY.
04:19:17.230624 mtc Port BSCVTY was stopped.
04:19:17.230637 mtc Component type Test.dummy_CT was shut down inside testcase TC_radio_link_timeout.
04:19:17.230652 mtc Waiting for PTCs to finish.
04:19:17.230681 mtc Setting final verdict of the test case.
04:19:17.230690 mtc Local verdict of MTC: pass
04:19:17.230698 mtc No PTCs were created.
04:19:17.230705 mtc Test case TC_radio_link_timeout finished. Verdict: pass
04:19:17.231089 mtc Verdict statistics: 0 none (0.00 %), 21 pass (95.45 %), 0 inconc (0.00 %), 1 fail (4.55 %), 0 error (0.00 %).
04:19:17.231115 mtc Test execution summary: 22 test cases were executed. Overall verdict: fail
04:19:17.231126 mtc Exit was requested from MC. Terminating MTC.
04:19:17.231371 hc Exit was requested from MC. Terminating HC.
04:19:17.231480 hc Disconnected from MC.
04:19:17.231497 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
5ff2ad6006771c1ce9a19e4076c58e35f15593a0b5195310c229c10b4001e52d
+ rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs
+ mkdir -p /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs
+ docker cp sysinfo-helper:/ttcn3-nitb-sysinfo /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs
+ docker cp sysinfo-helper:/nitb /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs
+ docker cp sysinfo-helper:/bts /home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo/logs
+ docker container stop -t 0 sysinfo-helper
sysinfo-helper
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Sending e-mails to: laforge@gnumonks.org
Finished: UNSTABLE