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/hudson5541475952948842408.sh + env JENKINS_HOME=/usr/local/jenkins MAIL=/var/mail/osmocom-build SSH_CLIENT=192.168.122.1 59330 22 USER=osmocom-build RUN_CHANGES_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/33/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/33/ HUDSON_COOKIE=2314f8e3-7912-412a-b045-25a9f460a1c9 JENKINS_SERVER_COOKIE=8cd9590adb8bfe87 WORKSPACE=/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo LOGNAME=osmocom-build NODE_NAME=build1-debian9-lxc _=/usr/bin/java EXECUTOR_NUMBER=1 XDG_SESSION_ID=29 BUILD_DISPLAY_NAME=#33 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=33 XDG_RUNTIME_DIR=/run/user/1000 BUILD_TAG=jenkins-ttcn3-nitb-sysinfo-33 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=33 PARALLEL_MAKE=-j 3 SHELL=/bin/bash RUN_DISPLAY_URL=http://jenkins.osmocom.org/jenkins/job/ttcn3-nitb-sysinfo/33/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 59330 192.168.122.224 22 MAKE=make + OLDPWD=/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo + DIR=/home/osmocom-build/jenkins/docker-playground + cd /home/osmocom-build/jenkins/docker-playground + git fetch + git checkout -f -B master origin/master Reset branch 'master' Branch master set up to track remote branch master from origin. Your branch is up-to-date with 'origin/master'. + cd /home/osmocom-build/jenkins/docker-playground/osmo-nitb-master + make docker build -t docker.io/osmocom-build/osmo-nitb-master:0.0.0-4ee4873 . Sending build context to Docker daemon 12.29kB Step 1/14 : FROM laforge/debian-jessie-build ---> 4056f8bfb57c Step 2/14 : MAINTAINER Harald Welte ---> Using cache ---> c99cee0b9750 Step 3/14 : COPY Release.key /tmp/Release.key ---> Using cache ---> 9422592fa25d Step 4/14 : RUN apt-key add /tmp/Release.key && rm /tmp/Release.key && echo "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list ---> Using cache ---> 95562322b4a4 Step 5/14 : RUN apt-get update && apt-get install -y --no-install-recommends telnet libosmocore-dev libosmo-abis-dev libosmo-netif-dev libosmo-sccp-dev libsmpp34-dev libgtp-dev && apt-get clean ---> Using cache ---> 1e5c8594972d Step 6/14 : WORKDIR /tmp ---> Using cache ---> 0406a47c91f1 Step 7/14 : RUN git clone git://git.osmocom.org/openbsc.git ---> Using cache ---> ad2eee2236d4 Step 8/14 : ADD http://git.osmocom.org/openbsc/patch /tmp/commit-openbsc ---> Using cache ---> a2c7decfc3d9 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 ---> b06e09228e67 Step 10/14 : VOLUME /data ---> Using cache ---> 166a39897b04 Step 11/14 : COPY openbsc.cfg /data/openbsc.cfg ---> Using cache ---> 98a3541693e6 Step 12/14 : WORKDIR /data ---> Using cache ---> acc74969d9dc Step 13/14 : CMD /usr/local/bin/osmo-nitb ---> Using cache ---> 8bc0a17fd17f Step 14/14 : EXPOSE 3002/tcp 3003/tcp 4242/tcp 2775/tcp 4249/tcp ---> Using cache ---> 4cd1bb26e80f Successfully built 4cd1bb26e80f Successfully tagged osmocom-build/osmo-nitb-master:0.0.0-4ee4873 docker tag docker.io/osmocom-build/osmo-nitb-master:0.0.0-4ee4873 docker.io/osmocom-build/osmo-nitb-master:latest + cd /home/osmocom-build/jenkins/docker-playground/osmo-bts-master + make docker build -t docker.io/osmocom-build/osmo-bts-master:0.0.0-4ee4873 . Sending build context to Docker daemon 9.728kB Step 1/16 : FROM laforge/debian-jessie-build ---> 4056f8bfb57c Step 2/16 : MAINTAINER Harald Welte ---> Using cache ---> c99cee0b9750 Step 3/16 : COPY Release.key /tmp/Release.key ---> Using cache ---> 9422592fa25d Step 4/16 : RUN apt-key add /tmp/Release.key && rm /tmp/Release.key && echo "deb http://download.opensuse.org/repositories/network:/osmocom:/nightly/Debian_8.0/ ./" > /etc/apt/sources.list.d/osmocom-nightly.list ---> Using cache ---> 95562322b4a4 Step 5/16 : RUN apt-get update && apt-get install -y --no-install-recommends telnet libosmocore-dev libosmo-abis-dev libosmo-netif-dev libosmo-sccp-dev libsmpp34-dev libgtp-dev && apt-get clean ---> Using cache ---> 1e5c8594972d Step 6/16 : WORKDIR /tmp ---> Using cache ---> 0406a47c91f1 Step 7/16 : RUN git clone git://git.osmocom.org/openbsc.git ---> Using cache ---> ad2eee2236d4 Step 8/16 : ADD http://git.osmocom.org/openbsc/patch /tmp/commit-openbsc ---> Using cache ---> a2c7decfc3d9 Step 9/16 : RUN git clone git://git.osmocom.org/osmo-bts.git ---> Using cache ---> cd89066f8c04 Step 10/16 : ADD http://git.osmocom.org/osmo-bts/patch /tmp/commit-osmo-bts ---> Using cache ---> 6db14ea7206d Step 11/16 : RUN cd openbsc/openbsc && git fetch && git checkout -f -B master origin/master ---> Using cache ---> 585fb511654b Step 12/16 : RUN cd osmo-bts && git fetch && git checkout -f -B master origin/master && autoreconf -fi && ./configure --enable-trx && make -j8 install ---> Using cache ---> e3edee7c3baf Step 13/16 : VOLUME /data ---> Using cache ---> e1feab8568d9 Step 14/16 : COPY osmo-bts.cfg /data/osmo-bts.cfg ---> Using cache ---> 5866224500a9 Step 15/16 : WORKDIR /data ---> Using cache ---> 4a46942b7251 Step 16/16 : CMD /usr/local/bin/osmo-bts-virtual -i 172.18.0.230 ---> Using cache ---> 7162c3b69ed6 Successfully built 7162c3b69ed6 Successfully tagged osmocom-build/osmo-bts-master:0.0.0-4ee4873 docker tag docker.io/osmocom-build/osmo-bts-master:0.0.0-4ee4873 docker.io/osmocom-build/osmo-bts-master:latest + cd /home/osmocom-build/jenkins/docker-playground/ttcn3-nitb-sysinfo + make docker build -t docker.io/osmocom-build/ttcn3-nitb-sysinfo:0.0.0-4ee4873 . Sending build context to Docker daemon 8.192kB Step 1/8 : FROM laforge/debian-stretch-titan ---> 2816613c5515 Step 2/8 : RUN mkdir /root/projects && (cd /root/projects && ln -sf / git) ---> Using cache ---> 25d1270a196f Step 3/8 : RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git ---> Using cache ---> 9f8a79481a54 Step 4/8 : ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch /tmp/commit ---> Using cache ---> 14b575387c44 Step 5/8 : RUN cd osmo-ttcn3-hacks/sysinfo && git pull && ./gen_links.sh && ./regen_makefile.sh && make compile && make -j8 ---> Using cache ---> cad17a84340d Step 6/8 : VOLUME /data ---> Using cache ---> d4802e89d169 Step 7/8 : COPY Test.cfg /data/Test.cfg ---> Using cache ---> 52b9678e7411 Step 8/8 : CMD cd /data && /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/sysinfo/Test && ttcn3_logmerge Test*.log ---> Using cache ---> 7f510a0c3279 Successfully built 7f510a0c3279 Successfully tagged osmocom-build/ttcn3-nitb-sysinfo:0.0.0-4ee4873 docker tag docker.io/osmocom-build/ttcn3-nitb-sysinfo:0.0.0-4ee4873 docker.io/osmocom-build/ttcn3-nitb-sysinfo:latest + cd /home/osmocom-build/jenkins/docker-playground/ttcn3-nitb-sysinfo + sh -x ./jenkins.sh + [ x = x ] + REPO_USER=osmocom-build + [ x/home/osmocom-build/jenkins/workspace/ttcn3-nitb-sysinfo = x ] + docker volume rm nitb-vol nitb-vol + docker run --rm --sysctl net.ipv6.conf.all.disable_ipv6=0 --network sigtran --ip 172.18.0.20 -v nitb-vol:/data --name nitb -d osmocom-build/osmo-nitb-master e337245ea9aa9f6de30f71fd7e98eb3d0c77ee8ac774f3585352cde206c8c421 + 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 d3ed9d8504f77807c91bc5bb130f4d17f266797679f6e45199d03c111688f12e + 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@60e5ed1cd540: Unix server socket created successfully. MC@60e5ed1cd540: Listening on TCP port 41937. MC2> 60e5ed1cd540 is the default spawn /osmo-ttcn3-hacks/sysinfo/Test 60e5ed1cd540 41937 TTCN-3 Host Controller (parallel mode), version CRL 113 200/6 R1A MC@60e5ed1cd540: New HC connected from 60e5ed1cd540 [172.18.0.230]. 60e5ed1cd540: Linux 4.7.0-0.bpo.1-amd64 on x86_64. cmtc MC@60e5ed1cd540: Downloading configuration file to all HCs. construct junitlogger Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML HC@60e5ed1cd540: TTCN-3 Host Controller started on 60e5ed1cd540. Version: CRL 113 200/6 R1A. HC@60e5ed1cd540: 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@60e5ed1cd540: Maximum number of open file descriptors: 1048576, FD_SETSIZE = 1024 HC@60e5ed1cd540: The address of MC was set to 60e5ed1cd540[172.18.0.230]:0. HC@60e5ed1cd540: The local IP address of the control connection to MC is 172.18.0.230. HC@60e5ed1cd540: Connected to MC. HC@60e5ed1cd540: This host supports UNIX domain sockets for local communication. HC@60e5ed1cd540: Processing configuration data received from MC. HC@60e5ed1cd540: Initializing module GSMTAP_PortType. HC@60e5ed1cd540: Initializing module GSMTAP_Types. HC@60e5ed1cd540: Initializing module Osmocom_Types. HC@60e5ed1cd540: Initialization of module Osmocom_Types finished. HC@60e5ed1cd540: Initialization of module GSMTAP_Types finished. HC@60e5ed1cd540: Initializing module IPL4asp_PortType. HC@60e5ed1cd540: Initializing module IPL4asp_Types. HC@60e5ed1cd540: Initializing module Socket_API_Definitions. HC@60e5ed1cd540: Initialization of module Socket_API_Definitions finished. HC@60e5ed1cd540: Initialization of module IPL4asp_Types finished. HC@60e5ed1cd540: Initialization of module IPL4asp_PortType finished. HC@60e5ed1cd540: Initialization of module GSMTAP_PortType finished. HC@60e5ed1cd540: Initializing module GSM_RR_Types. HC@60e5ed1cd540: Initializing module RLCMAC_CSN1_Types. HC@60e5ed1cd540: Initializing module GSM_Types. HC@60e5ed1cd540: Initializing module General_Types. HC@60e5ed1cd540: Initialization of module General_Types finished. HC@60e5ed1cd540: Initialization of module GSM_Types finished. HC@60e5ed1cd540: Initialization of module RLCMAC_CSN1_Types finished. HC@60e5ed1cd540: Initialization of module GSM_RR_Types finished. HC@60e5ed1cd540: Initializing module GSM_SystemInformation. HC@60e5ed1cd540: Initialization of module GSM_SystemInformation finished. HC@60e5ed1cd540: Initializing module IPL4_GSMTAP_CtrlFunct. HC@60e5ed1cd540: Initialization of module IPL4_GSMTAP_CtrlFunct finished. HC@60e5ed1cd540: Initializing module IPL4asp_Functions. HC@60e5ed1cd540: Initializing module TCCInterface_Functions. HC@60e5ed1cd540: Initializing module TCCConversion_Functions. HC@60e5ed1cd540: Initialization of module TCCConversion_Functions finished. HC@60e5ed1cd540: Initialization of module TCCInterface_Functions finished. HC@60e5ed1cd540: Initialization of module IPL4asp_Functions finished. HC@60e5ed1cd540: Initializing module Osmocom_VTY_Functions. HC@60e5ed1cd540: Initializing module TELNETasp_PortType. HC@60e5ed1cd540: Initialization of module TELNETasp_PortType finished. HC@60e5ed1cd540: Initialization of module Osmocom_VTY_Functions finished. HC@60e5ed1cd540: Initializing module PreGenRecordOf. HC@60e5ed1cd540: Initialization of module PreGenRecordOf finished. HC@60e5ed1cd540: Initializing module Test. HC@60e5ed1cd540: Initialization of module Test finished. HC@60e5ed1cd540: Initializing module TitanLoggerApi. HC@60e5ed1cd540: Initialization of module TitanLoggerApi finished. HC@60e5ed1cd540: Initializing module TitanLoggerControl. HC@60e5ed1cd540: Initialization of module TitanLoggerControl finished. MC@60e5ed1cd540: Configuration file was processed on all HCs. HC@60e5ed1cd540: Configuration data was processed successfully. MC@60e5ed1cd540: Creating MTC on host 60e5ed1cd540. HC@60e5ed1cd540: MTC was created. Process id: 20. MC@60e5ed1cd540: MTC is created. MC2> smtc Executing all items of [EXECUTE] section. MC2> MTC@60e5ed1cd540: Executing test case TC_si1 in module Test. MTC@60e5ed1cd540: Test case TC_si1 started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si1. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB38000000000000000000000000000E504002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFE50400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B000062F22404D2490301275D40E50400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_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@60e5ed1cd540: 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@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F22404D25D40E504002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '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@60e5ed1cd540: 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@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_si1. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_si1 finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. MTC@60e5ed1cd540: Executing test case TC_telnet in module Test. MTC@60e5ed1cd540: Test case TC_telnet started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_telnet. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was mapped to system:GSMTAP. MTC@60e5ed1cd540: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@60e5ed1cd540: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@60e5ed1cd540: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was mapped to system:BSCVTY. MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003E900100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 1 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003E900100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16016, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16016, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 1 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003EC30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 2 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003EC30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16067, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16067, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 2 MTC@60e5ed1cd540: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "enable" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003EF6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003EF6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16118, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16118, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003F290100000059061A00000000000000000000000000000000FF9D0400'O } id 4 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003F290100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16169, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16169, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 4 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "show network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003F5C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 5 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003F5C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16220, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16220, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 5 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003F8F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 6 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003F8F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16271, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16271, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 6 MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 3 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message with id 2 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003FC2010000005506198FB380000000000000000000000000009D04002B'O } id 7 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003FC2010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16322, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16322, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 7 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003FF50100000059061A00000000000000000000000000000000FF9D0400'O } id 8 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000003FF50100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16373, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16373, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 8 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 4 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 5 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 7 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was unmapped from system:GSMTAP. MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was unmapped from system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_telnet. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_telnet finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. MTC@60e5ed1cd540: Executing test case TC_si_default in module Test. MTC@60e5ed1cd540: Test case TC_si_default started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_default. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was mapped to system:GSMTAP. MTC@60e5ed1cd540: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@60e5ed1cd540: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@60e5ed1cd540: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was mapped to system:BSCVTY. MTC@60e5ed1cd540: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "enable" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Port GSMTAP was cleared. MTC@60e5ed1cd540: Start timer T: 8 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000040280100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 1 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000040280100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16424, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16424, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 1 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16424, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000405B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 2 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000405B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16475, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16475, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 2 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16475, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 2 MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000408E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000408E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16526, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16526, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16526, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000040C10100000059061A00000000000000000000000000000000FF9D0400'O } id 4 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000040C10100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16577, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16577, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 4 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16577, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000040F40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 5 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000040F40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16628, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16628, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 5 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16628, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000041270100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 6 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000041270100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16679, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16679, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 6 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16679, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000415A010000005506198FB380000000000000000000000000009D04002B'O } id 7 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000415A010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16730, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16730, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 7 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16730, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000418D0100000059061A00000000000000000000000000000000FF9D0400'O } id 8 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000418D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16781, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16781, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 8 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16781, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000041C00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 9 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000041C00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16832, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16832, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 9 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16832, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000041F30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 10 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000041F30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16883, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16883, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 10 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16883, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004226010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 11 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004226010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16934, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16934, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 11 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16934, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000042590100000059061A00000000000000000000000000000000FF9D0400'O } id 12 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000042590100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16985, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16985, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 12 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16985, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 12 MTC@60e5ed1cd540: Message with id 12 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000428C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 13 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000428C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17036, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17036, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 13 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17036, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 13 MTC@60e5ed1cd540: Message with id 13 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000042BF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 14 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000042BF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17087, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17087, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 14 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17087, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 14 MTC@60e5ed1cd540: Message with id 14 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000042F2010000005506198FB380000000000000000000000000009D04002B'O } id 15 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000042F2010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17138, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17138, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 15 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17138, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 15 MTC@60e5ed1cd540: Message with id 15 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000043250100000059061A00000000000000000000000000000000FF9D0400'O } id 16 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000043250100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17189, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17189, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 16 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17189, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 16 MTC@60e5ed1cd540: Message with id 16 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000043580100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 17 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000043580100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17240, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17240, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 17 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17240, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 17 MTC@60e5ed1cd540: Message with id 17 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000438B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 18 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000438B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17291, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17291, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 18 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17291, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 18 MTC@60e5ed1cd540: Message with id 18 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000043BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 19 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000043BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 MTC@60e5ed1cd540: Message with id 19 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000043F10100000059061A00000000000000000000000000000000FF9D0400'O } id 20 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000043F10100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20 MTC@60e5ed1cd540: Message with id 20 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044240100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 21 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000044240100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@60e5ed1cd540: Message with id 21 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044570100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 22 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000044570100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 MTC@60e5ed1cd540: Message with id 22 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000448A010000005506198FB380000000000000000000000000009D04002B'O } id 23 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000448A010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 MTC@60e5ed1cd540: Message with id 23 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044BD0100000059061A00000000000000000000000000000000FF9D0400'O } id 24 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000044BD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 MTC@60e5ed1cd540: Message with id 24 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044F00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 25 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000044F00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 MTC@60e5ed1cd540: Message with id 25 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045230100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 26 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000045230100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 MTC@60e5ed1cd540: Message with id 26 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004556010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 27 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004556010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 MTC@60e5ed1cd540: Message with id 27 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045890100000059061A00000000000000000000000000000000FF9D0400'O } id 28 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000045890100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 MTC@60e5ed1cd540: Message with id 28 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045BC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 29 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000045BC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 MTC@60e5ed1cd540: Message with id 29 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045EF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 30 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000045EF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@60e5ed1cd540: Message with id 30 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004622010000005506198FB380000000000000000000000000009D04002B'O } id 31 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004622010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@60e5ed1cd540: Message with id 31 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046550100000059061A00000000000000000000000000000000FF9D0400'O } id 32 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000046550100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@60e5ed1cd540: Message with id 32 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046880100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 33 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000046880100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 MTC@60e5ed1cd540: Message with id 33 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046BB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 34 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000046BB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@60e5ed1cd540: Message with id 34 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Timeout T: 8 s MTC@60e5ed1cd540: "TC_si_default": TC=0 has #of SI=4 MTC@60e5ed1cd540: "TC_si_default": TC=1 has #of SI=4 MTC@60e5ed1cd540: "TC_si_default": TC=2 has #of SI=5 MTC@60e5ed1cd540: "TC_si_default": TC=3 has #of SI=5 MTC@60e5ed1cd540: "TC_si_default": TC=4 has #of SI=4 MTC@60e5ed1cd540: "TC_si_default": TC=5 has #of SI=4 MTC@60e5ed1cd540: "TC_si_default": TC=6 has #of SI=4 MTC@60e5ed1cd540: "TC_si_default": TC=7 has #of SI=4 MTC@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was unmapped from system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was unmapped from system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_si_default. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_si_default finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. MTC@60e5ed1cd540: Executing test case TC_si_sched_2bis in module Test. MTC@60e5ed1cd540: Test case TC_si_sched_2bis started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2bis. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was mapped to system:GSMTAP. MTC@60e5ed1cd540: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@60e5ed1cd540: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@60e5ed1cd540: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was mapped to system:BSCVTY. MTC@60e5ed1cd540: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "enable" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2bis mode static" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 11 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 MTC@60e5ed1cd540: Message with id 12 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 MTC@60e5ed1cd540: Message with id 13 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 14 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 MTC@60e5ed1cd540: Message with id 14 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 MTC@60e5ed1cd540: Message with id 15 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 16 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 MTC@60e5ed1cd540: Message with id 16 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@60e5ed1cd540: Message with id 17 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 18 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 18 MTC@60e5ed1cd540: Message with id 18 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 MTC@60e5ed1cd540: Message with id 19 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 20 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20 MTC@60e5ed1cd540: Message with id 20 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 MTC@60e5ed1cd540: Message with id 21 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22 MTC@60e5ed1cd540: Message with id 22 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 23 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23 MTC@60e5ed1cd540: Message with id 23 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24 MTC@60e5ed1cd540: Message with id 24 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 25 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25 MTC@60e5ed1cd540: Message with id 25 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 MTC@60e5ed1cd540: Message with id 26 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "gprs mode none" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27 MTC@60e5ed1cd540: Message with id 27 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 MTC@60e5ed1cd540: Message with id 28 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 29 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29 MTC@60e5ed1cd540: Message with id 29 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30 MTC@60e5ed1cd540: Message with id 30 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31 MTC@60e5ed1cd540: Message with id 31 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 32 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32 MTC@60e5ed1cd540: Message with id 32 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33 MTC@60e5ed1cd540: Message with id 33 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 34 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34 MTC@60e5ed1cd540: Message with id 34 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 MTC@60e5ed1cd540: Message with id 35 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@60e5ed1cd540: 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@60e5ed1cd540: Message with id 36 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 MTC@60e5ed1cd540: Message with id 37 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 38 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38 MTC@60e5ed1cd540: Message with id 38 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@60e5ed1cd540: Message with id 39 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "write terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message with id 40 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@60e5ed1cd540: Message with id 41 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42 MTC@60e5ed1cd540: Message with id 42 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000046EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000472101000000550602BFE809B3FF00000000000000000000007900002B'O } id 2 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000472101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 2 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047540100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 3 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000047540100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 3 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047870100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000047870100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047BA010000005506198FB380000000000000000000000000009D04002B'O } id 5 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000047BA010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was cleared. MTC@60e5ed1cd540: Start timer T: 8 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047ED0100000059061A00000000000000000000000000000000FF9D0400'O } id 6 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000047ED0100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048200100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 7 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000048200100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048530100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000048530100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004886010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 9 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004886010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048B901000000550602BFE809B3FF00000000000000000000007900002B'O } id 10 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000048B901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 10 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048EC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 11 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000048EC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 11 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000491F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 12 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000491F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12 MTC@60e5ed1cd540: Message with id 12 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004952010000005506198FB380000000000000000000000000009D04002B'O } id 13 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004952010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@60e5ed1cd540: Message with id 13 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000049850100000059061A00000000000000000000000000000000FF9D0400'O } id 14 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000049850100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@60e5ed1cd540: Message with id 14 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000049B80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 15 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000049B80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 15 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 15 MTC@60e5ed1cd540: Message with id 15 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000049EB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 16 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000049EB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16 MTC@60e5ed1cd540: Message with id 16 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004A1E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 17 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004A1E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 MTC@60e5ed1cd540: Message with id 17 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004A5101000000550602BFE809B3FF00000000000000000000007900002B'O } id 18 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004A5101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 18 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 18 MTC@60e5ed1cd540: Message with id 18 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004A840100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 19 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004A840100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 19 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 19 MTC@60e5ed1cd540: Message with id 19 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004AB70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 20 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004AB70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20 MTC@60e5ed1cd540: Message with id 20 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004AEA010000005506198FB380000000000000000000000000009D04002B'O } id 21 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004AEA010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@60e5ed1cd540: Message with id 21 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004B1D0100000059061A00000000000000000000000000000000FF9D0400'O } id 22 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004B1D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 MTC@60e5ed1cd540: Message with id 22 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004B500100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 23 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004B500100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 23 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 23 MTC@60e5ed1cd540: Message with id 23 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004B830100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 24 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004B830100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24 MTC@60e5ed1cd540: Message with id 24 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004BB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 25 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004BB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 MTC@60e5ed1cd540: Message with id 25 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004BE901000000550602BFE809B3FF00000000000000000000007900002B'O } id 26 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004BE901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 26 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 26 MTC@60e5ed1cd540: Message with id 26 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C1C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 27 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004C1C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 27 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 27 MTC@60e5ed1cd540: Message with id 27 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C4F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 28 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004C4F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28 MTC@60e5ed1cd540: Message with id 28 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C82010000005506198FB380000000000000000000000000009D04002B'O } id 29 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004C82010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 MTC@60e5ed1cd540: Message with id 29 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004CB50100000059061A00000000000000000000000000000000FF9D0400'O } id 30 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004CB50100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@60e5ed1cd540: Message with id 30 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004CE80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 31 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004CE80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@60e5ed1cd540: Message with id 31 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D1B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 32 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004D1B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@60e5ed1cd540: Message with id 32 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D4E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 33 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004D4E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 MTC@60e5ed1cd540: Message with id 33 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D8101000000550602BFE809B3FF00000000000000000000007900002B'O } id 34 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004D8101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@60e5ed1cd540: Message with id 34 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004DB40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 35 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004DB40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@60e5ed1cd540: Message with id 35 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004DE70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 36 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004DE70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 MTC@60e5ed1cd540: Message with id 36 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E1A010000005506198FB380000000000000000000000000009D04002B'O } id 37 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004E1A010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 MTC@60e5ed1cd540: Message with id 37 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E4D0100000059061A00000000000000000000000000000000FF9D0400'O } id 38 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004E4D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 MTC@60e5ed1cd540: Message with id 38 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E800100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 39 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004E800100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 MTC@60e5ed1cd540: Message with id 39 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Timeout T: 8 s MTC@60e5ed1cd540: "TC_si_sched_2bis": TC=0 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_2bis": TC=1 has #of SI=5 MTC@60e5ed1cd540: "TC_si_sched_2bis": TC=2 has #of SI=5 MTC@60e5ed1cd540: "TC_si_sched_2bis": TC=3 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_2bis": TC=4 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_2bis": TC=5 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_2bis": TC=6 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_2bis": TC=7 has #of SI=4 MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43 MTC@60e5ed1cd540: Message with id 43 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 44 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44 MTC@60e5ed1cd540: Message with id 44 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45 MTC@60e5ed1cd540: Message with id 45 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 46 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46 MTC@60e5ed1cd540: Message with id 46 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 MTC@60e5ed1cd540: Message with id 47 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48 MTC@60e5ed1cd540: Message with id 48 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 MTC@60e5ed1cd540: Message with id 49 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 50 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50 MTC@60e5ed1cd540: Message with id 50 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51 MTC@60e5ed1cd540: Message with id 51 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52 MTC@60e5ed1cd540: Message with id 52 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 53 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53 MTC@60e5ed1cd540: Message with id 53 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54 MTC@60e5ed1cd540: Message with id 54 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 55 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55 MTC@60e5ed1cd540: Message with id 55 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 MTC@60e5ed1cd540: Message with id 56 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57 MTC@60e5ed1cd540: Message with id 57 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 MTC@60e5ed1cd540: Message with id 58 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 59 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59 MTC@60e5ed1cd540: Message with id 59 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60 MTC@60e5ed1cd540: Message with id 60 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61 MTC@60e5ed1cd540: Message with id 61 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 62 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62 MTC@60e5ed1cd540: Message with id 62 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63 MTC@60e5ed1cd540: Message with id 63 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 64 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64 MTC@60e5ed1cd540: Message with id 64 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 MTC@60e5ed1cd540: Message with id 65 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "gprs mode none" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66 MTC@60e5ed1cd540: Message with id 66 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 MTC@60e5ed1cd540: Message with id 67 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 68 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68 MTC@60e5ed1cd540: Message with id 68 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69 MTC@60e5ed1cd540: Message with id 69 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70 MTC@60e5ed1cd540: Message with id 70 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 71 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71 MTC@60e5ed1cd540: Message with id 71 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72 MTC@60e5ed1cd540: Message with id 72 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 73 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73 MTC@60e5ed1cd540: Message with id 73 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 MTC@60e5ed1cd540: Message with id 74 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@60e5ed1cd540: 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@60e5ed1cd540: Message with id 75 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 MTC@60e5ed1cd540: Message with id 76 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 77 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77 MTC@60e5ed1cd540: Message with id 77 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 MTC@60e5ed1cd540: Message with id 78 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "write terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message with id 79 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 MTC@60e5ed1cd540: Message with id 80 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81 MTC@60e5ed1cd540: Message with id 81 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004EB30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004EB30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004EE6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 41 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004EE6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 41 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F190100000059061A00000000000000000000000000000000FF9D0400'O } id 42 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004F190100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20249, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20249, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 42 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F4C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 43 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004F4C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 43 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was unmapped from system:GSMTAP. MTC@60e5ed1cd540: Message with id 40 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 41 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 42 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 43 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was unmapped from system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2bis. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_si_sched_2bis finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. MTC@60e5ed1cd540: Executing test case TC_si_sched_2ter in module Test. MTC@60e5ed1cd540: Test case TC_si_sched_2ter started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was mapped to system:GSMTAP. MTC@60e5ed1cd540: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@60e5ed1cd540: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@60e5ed1cd540: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was mapped to system:BSCVTY. MTC@60e5ed1cd540: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "enable" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 12 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 MTC@60e5ed1cd540: Message with id 12 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 MTC@60e5ed1cd540: Message with id 13 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 14 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 MTC@60e5ed1cd540: Message with id 14 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 MTC@60e5ed1cd540: Message with id 15 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2ter mode static" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 16 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 16 MTC@60e5ed1cd540: Message with id 16 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@60e5ed1cd540: Message with id 17 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18 MTC@60e5ed1cd540: Message with id 18 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 MTC@60e5ed1cd540: Message with id 19 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 20 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20 MTC@60e5ed1cd540: Message with id 20 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 MTC@60e5ed1cd540: Message with id 21 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22 MTC@60e5ed1cd540: Message with id 22 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 23 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23 MTC@60e5ed1cd540: Message with id 23 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24 MTC@60e5ed1cd540: Message with id 24 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 25 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25 MTC@60e5ed1cd540: Message with id 25 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 MTC@60e5ed1cd540: Message with id 26 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "gprs mode none" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27 MTC@60e5ed1cd540: Message with id 27 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 MTC@60e5ed1cd540: Message with id 28 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 29 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29 MTC@60e5ed1cd540: Message with id 29 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30 MTC@60e5ed1cd540: Message with id 30 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31 MTC@60e5ed1cd540: Message with id 31 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 32 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32 MTC@60e5ed1cd540: Message with id 32 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33 MTC@60e5ed1cd540: Message with id 33 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 34 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34 MTC@60e5ed1cd540: Message with id 34 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 MTC@60e5ed1cd540: Message with id 35 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 36 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@60e5ed1cd540: 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@60e5ed1cd540: Message with id 36 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 MTC@60e5ed1cd540: Message with id 37 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 38 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38 MTC@60e5ed1cd540: Message with id 38 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@60e5ed1cd540: Message with id 39 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "write terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message with id 40 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@60e5ed1cd540: Message with id 41 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42 MTC@60e5ed1cd540: Message with id 42 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F7F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004F7F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004FB2010000005506198FB380000000000000000000000000009D04002B'O } id 2 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004FB2010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004FE50100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000004FE50100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050180100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 4 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000050180100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 4 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was cleared. MTC@60e5ed1cd540: Start timer T: 8 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000504B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000504B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000507E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000507E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050B101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 7 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000050B101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 7 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050E40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 8 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000050E40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 8 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051170100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 9 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000051170100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000514A010000005506198FB380000000000000000000000000009D04002B'O } id 10 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000514A010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000517D0100000059061A00000000000000000000000000000000FF9D0400'O } id 11 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000517D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051B00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 12 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000051B00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 12 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 12 MTC@60e5ed1cd540: Message with id 12 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051E30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 13 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000051E30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@60e5ed1cd540: Message with id 13 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005216010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 14 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005216010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@60e5ed1cd540: Message with id 14 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000524901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 15 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000524901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 15 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 15 MTC@60e5ed1cd540: Message with id 15 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000527C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 16 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000527C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 16 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 16 MTC@60e5ed1cd540: Message with id 16 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000052AF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 17 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000052AF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 MTC@60e5ed1cd540: Message with id 17 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000052E2010000005506198FB380000000000000000000000000009D04002B'O } id 18 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000052E2010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 MTC@60e5ed1cd540: Message with id 18 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053150100000059061A00000000000000000000000000000000FF9D0400'O } id 19 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000053150100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 MTC@60e5ed1cd540: Message with id 19 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053480100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 20 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000053480100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 20 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 20 MTC@60e5ed1cd540: Message with id 20 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000537B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 21 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000537B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@60e5ed1cd540: Message with id 21 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 22 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000053AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 MTC@60e5ed1cd540: Message with id 22 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053E101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 23 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000053E101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 23 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 23 MTC@60e5ed1cd540: Message with id 23 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054140100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 24 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000054140100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 24 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 24 MTC@60e5ed1cd540: Message with id 24 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 25 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000054470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 MTC@60e5ed1cd540: Message with id 25 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000547A010000005506198FB380000000000000000000000000009D04002B'O } id 26 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000547A010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 MTC@60e5ed1cd540: Message with id 26 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 27 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000054AD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 MTC@60e5ed1cd540: Message with id 27 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054E00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 28 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000054E00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 28 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 28 MTC@60e5ed1cd540: Message with id 28 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055130100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 29 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000055130100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 MTC@60e5ed1cd540: Message with id 29 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005546010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 30 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005546010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@60e5ed1cd540: Message with id 30 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000557901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 31 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000557901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@60e5ed1cd540: Message with id 31 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055AC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 32 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000055AC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@60e5ed1cd540: Message with id 32 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055DF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 33 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000055DF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 MTC@60e5ed1cd540: Message with id 33 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005612010000005506198FB380000000000000000000000000009D04002B'O } id 34 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005612010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@60e5ed1cd540: Message with id 34 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056450100000059061A00000000000000000000000000000000FF9D0400'O } id 35 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000056450100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@60e5ed1cd540: Message with id 35 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056780100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 36 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000056780100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 MTC@60e5ed1cd540: Message with id 36 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056AB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 37 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000056AB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 MTC@60e5ed1cd540: Message with id 37 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 38 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000056DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 MTC@60e5ed1cd540: Message with id 38 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Timeout T: 8 s MTC@60e5ed1cd540: "TC_si_sched_2ter": TC=0 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_2ter": TC=1 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_2ter": TC=2 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_2ter": TC=3 has #of SI=5 MTC@60e5ed1cd540: "TC_si_sched_2ter": TC=4 has #of SI=5 MTC@60e5ed1cd540: "TC_si_sched_2ter": TC=5 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_2ter": TC=6 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_2ter": TC=7 has #of SI=4 MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43 MTC@60e5ed1cd540: Message with id 43 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 44 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44 MTC@60e5ed1cd540: Message with id 44 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45 MTC@60e5ed1cd540: Message with id 45 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 46 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46 MTC@60e5ed1cd540: Message with id 46 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 MTC@60e5ed1cd540: Message with id 47 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48 MTC@60e5ed1cd540: Message with id 48 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 MTC@60e5ed1cd540: Message with id 49 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 50 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50 MTC@60e5ed1cd540: Message with id 50 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51 MTC@60e5ed1cd540: Message with id 51 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52 MTC@60e5ed1cd540: Message with id 52 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 53 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53 MTC@60e5ed1cd540: Message with id 53 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54 MTC@60e5ed1cd540: Message with id 54 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 55 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55 MTC@60e5ed1cd540: Message with id 55 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 MTC@60e5ed1cd540: Message with id 56 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57 MTC@60e5ed1cd540: Message with id 57 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 MTC@60e5ed1cd540: Message with id 58 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 59 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59 MTC@60e5ed1cd540: Message with id 59 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60 MTC@60e5ed1cd540: Message with id 60 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61 MTC@60e5ed1cd540: Message with id 61 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 62 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62 MTC@60e5ed1cd540: Message with id 62 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63 MTC@60e5ed1cd540: Message with id 63 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 64 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64 MTC@60e5ed1cd540: Message with id 64 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 MTC@60e5ed1cd540: Message with id 65 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "gprs mode none" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66 MTC@60e5ed1cd540: Message with id 66 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 MTC@60e5ed1cd540: Message with id 67 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 68 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68 MTC@60e5ed1cd540: Message with id 68 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69 MTC@60e5ed1cd540: Message with id 69 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70 MTC@60e5ed1cd540: Message with id 70 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 71 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71 MTC@60e5ed1cd540: Message with id 71 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72 MTC@60e5ed1cd540: Message with id 72 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 73 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73 MTC@60e5ed1cd540: Message with id 73 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 MTC@60e5ed1cd540: Message with id 74 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 75 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@60e5ed1cd540: 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@60e5ed1cd540: Message with id 75 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 MTC@60e5ed1cd540: Message with id 76 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 77 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77 MTC@60e5ed1cd540: Message with id 77 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 MTC@60e5ed1cd540: Message with id 78 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "write terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message with id 79 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 MTC@60e5ed1cd540: Message with id 80 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81 MTC@60e5ed1cd540: Message with id 81 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057110100000059061A00000000000000000000000000000000FF9D0400'O } id 39 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057110100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 39 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057440100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 40 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057440100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22340, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22340, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 40 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057770100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 41 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057770100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 41 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057AA010000005506198FB380000000000000000000000000009D04002B'O } id 42 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057AA010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 42 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057DD0100000059061A00000000000000000000000000000000FF9D0400'O } id 43 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000057DD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 43 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was unmapped from system:GSMTAP. MTC@60e5ed1cd540: Message with id 39 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 40 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 41 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 42 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 43 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was unmapped from system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_si_sched_2ter finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. MTC@60e5ed1cd540: Executing test case TC_si_sched_2ter_2bis in module Test. MTC@60e5ed1cd540: Test case TC_si_sched_2ter_2bis started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter_2bis. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was mapped to system:GSMTAP. MTC@60e5ed1cd540: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@60e5ed1cd540: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@60e5ed1cd540: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was mapped to system:BSCVTY. MTC@60e5ed1cd540: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "enable" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2bis mode static" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 11 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 MTC@60e5ed1cd540: Message with id 12 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 MTC@60e5ed1cd540: Message with id 13 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 14 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 MTC@60e5ed1cd540: Message with id 14 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 MTC@60e5ed1cd540: Message with id 15 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 16 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 MTC@60e5ed1cd540: Message with id 16 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@60e5ed1cd540: Message with id 17 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2ter mode static" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18 MTC@60e5ed1cd540: Message with id 18 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 MTC@60e5ed1cd540: Message with id 19 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 MTC@60e5ed1cd540: Message with id 20 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21 MTC@60e5ed1cd540: Message with id 21 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 22 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22 MTC@60e5ed1cd540: Message with id 22 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 MTC@60e5ed1cd540: Message with id 23 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24 MTC@60e5ed1cd540: Message with id 24 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 25 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25 MTC@60e5ed1cd540: Message with id 25 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26 MTC@60e5ed1cd540: Message with id 26 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 27 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27 MTC@60e5ed1cd540: Message with id 27 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 MTC@60e5ed1cd540: Message with id 28 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "gprs mode none" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 29 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30 MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 29 MTC@60e5ed1cd540: Message with id 29 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30 MTC@60e5ed1cd540: Message with id 30 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 31 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31 MTC@60e5ed1cd540: Message with id 31 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32 MTC@60e5ed1cd540: Message with id 32 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33 MTC@60e5ed1cd540: Message with id 33 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 34 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34 MTC@60e5ed1cd540: Message with id 34 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35 MTC@60e5ed1cd540: Message with id 35 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 36 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36 MTC@60e5ed1cd540: Message with id 36 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 MTC@60e5ed1cd540: Message with id 37 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 38 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@60e5ed1cd540: 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@60e5ed1cd540: Message with id 38 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39 MTC@60e5ed1cd540: Message with id 39 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 40 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40 MTC@60e5ed1cd540: Message with id 40 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@60e5ed1cd540: Message with id 41 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "write terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message with id 42 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43 MTC@60e5ed1cd540: Message with id 43 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 MTC@60e5ed1cd540: Message with id 44 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058100100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 1 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000058100100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058430100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000058430100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005876010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005876010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058A901000000550602BFE809B3FF00000000000000000000007900002B'O } id 4 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000058A901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 4 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was cleared. MTC@60e5ed1cd540: Start timer T: 8 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058DC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 5 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000058DC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000590F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000590F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005942010000005506198FB380000000000000000000000000009D04002B'O } id 7 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005942010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059750100000059061A00000000000000000000000000000000FF9D0400'O } id 8 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000059750100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059A80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 9 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000059A80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059DB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 10 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000059DB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A0E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 11 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005A0E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 11 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A4101000000550602BFE809B3FF00000000000000000000007900002B'O } id 12 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005A4101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 12 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 12 MTC@60e5ed1cd540: Message with id 12 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A740100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 13 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005A740100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@60e5ed1cd540: Message with id 13 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005AA70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 14 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005AA70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@60e5ed1cd540: Message with id 14 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005ADA010000005506198FB380000000000000000000000000009D04002B'O } id 15 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005ADA010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 MTC@60e5ed1cd540: Message with id 15 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B0D0100000059061A00000000000000000000000000000000FF9D0400'O } id 16 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005B0D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 MTC@60e5ed1cd540: Message with id 16 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B400100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 17 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005B400100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 MTC@60e5ed1cd540: Message with id 17 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B730100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 18 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005B730100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 MTC@60e5ed1cd540: Message with id 18 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005BA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 19 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005BA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 MTC@60e5ed1cd540: Message with id 19 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005BD901000000550602BFE809B3FF00000000000000000000007900002B'O } id 20 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005BD901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 20 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 20 MTC@60e5ed1cd540: Message with id 20 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C0C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 21 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005C0C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@60e5ed1cd540: Message with id 21 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C3F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 22 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005C3F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 MTC@60e5ed1cd540: Message with id 22 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C72010000005506198FB380000000000000000000000000009D04002B'O } id 23 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005C72010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 MTC@60e5ed1cd540: Message with id 23 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005CA50100000059061A00000000000000000000000000000000FF9D0400'O } id 24 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005CA50100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 MTC@60e5ed1cd540: Message with id 24 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005CD80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 25 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005CD80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23768, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23768, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 25 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23768, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 25 MTC@60e5ed1cd540: Message with id 25 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D0B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 26 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005D0B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 MTC@60e5ed1cd540: Message with id 26 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D3E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 27 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005D3E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 27 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 27 MTC@60e5ed1cd540: Message with id 27 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D7101000000550602BFE809B3FF00000000000000000000007900002B'O } id 28 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005D7101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 28 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 28 MTC@60e5ed1cd540: Message with id 28 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005DA40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 29 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005DA40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 MTC@60e5ed1cd540: Message with id 29 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005DD70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 30 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005DD70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@60e5ed1cd540: Message with id 30 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E0A010000005506198FB380000000000000000000000000009D04002B'O } id 31 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005E0A010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@60e5ed1cd540: Message with id 31 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E3D0100000059061A00000000000000000000000000000000FF9D0400'O } id 32 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005E3D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@60e5ed1cd540: Message with id 32 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E700100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 33 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005E700100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 MTC@60e5ed1cd540: Message with id 33 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005EA30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 34 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005EA30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@60e5ed1cd540: Message with id 34 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005ED6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 35 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005ED6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@60e5ed1cd540: Message with id 35 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F0901000000550602BFE809B3FF00000000000000000000007900002B'O } id 36 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005F0901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 MTC@60e5ed1cd540: Message with id 36 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F3C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 37 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005F3C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 MTC@60e5ed1cd540: Message with id 37 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400192B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F6F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 38 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005F6F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 MTC@60e5ed1cd540: Message with id 38 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Timeout T: 8 s MTC@60e5ed1cd540: "TC_si_sched_2ter_2bis": TC=0 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_2ter_2bis": TC=1 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_2ter_2bis": TC=2 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_2ter_2bis": TC=3 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_2ter_2bis": TC=4 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_2ter_2bis": TC=5 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_2ter_2bis": TC=6 has #of SI=5 MTC@60e5ed1cd540: "TC_si_sched_2ter_2bis": TC=7 has #of SI=5 MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45 MTC@60e5ed1cd540: Message with id 45 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 46 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46 MTC@60e5ed1cd540: Message with id 46 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47 MTC@60e5ed1cd540: Message with id 47 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 48 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48 MTC@60e5ed1cd540: Message with id 48 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 MTC@60e5ed1cd540: Message with id 49 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50 MTC@60e5ed1cd540: Message with id 50 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51 MTC@60e5ed1cd540: Message with id 51 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 52 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52 MTC@60e5ed1cd540: Message with id 52 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53 MTC@60e5ed1cd540: Message with id 53 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54 MTC@60e5ed1cd540: Message with id 54 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 55 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55 MTC@60e5ed1cd540: Message with id 55 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56 MTC@60e5ed1cd540: Message with id 56 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 57 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57 MTC@60e5ed1cd540: Message with id 57 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 MTC@60e5ed1cd540: Message with id 58 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59 MTC@60e5ed1cd540: Message with id 59 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60 MTC@60e5ed1cd540: Message with id 60 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 61 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61 MTC@60e5ed1cd540: Message with id 61 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62 MTC@60e5ed1cd540: Message with id 62 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63 MTC@60e5ed1cd540: Message with id 63 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 64 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64 MTC@60e5ed1cd540: Message with id 64 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65 MTC@60e5ed1cd540: Message with id 65 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 66 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66 MTC@60e5ed1cd540: Message with id 66 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 MTC@60e5ed1cd540: Message with id 67 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "gprs mode none" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69 MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68 MTC@60e5ed1cd540: Message with id 68 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69 MTC@60e5ed1cd540: Message with id 69 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 70 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70 MTC@60e5ed1cd540: Message with id 70 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71 MTC@60e5ed1cd540: Message with id 71 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72 MTC@60e5ed1cd540: Message with id 72 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 73 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73 MTC@60e5ed1cd540: Message with id 73 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74 MTC@60e5ed1cd540: Message with id 74 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 75 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75 MTC@60e5ed1cd540: Message with id 75 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 MTC@60e5ed1cd540: Message with id 76 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 77 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@60e5ed1cd540: 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@60e5ed1cd540: Message with id 77 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78 MTC@60e5ed1cd540: Message with id 78 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 79 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79 MTC@60e5ed1cd540: Message with id 79 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 MTC@60e5ed1cd540: Message with id 80 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "write terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message with id 81 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82 MTC@60e5ed1cd540: Message with id 82 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83 MTC@60e5ed1cd540: Message with id 83 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005FA2010000005506198FB380000000000000000000000000009D04002B'O } id 39 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005FA2010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005FD50100000059061A00000000000000000000000000000000FF9D0400'O } id 40 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000005FD50100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060080100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 41 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000060080100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 41 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000603B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 42 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000603B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 42 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was unmapped from system:GSMTAP. MTC@60e5ed1cd540: Message with id 39 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 40 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 41 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 42 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was unmapped from system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter_2bis. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_si_sched_2ter_2bis finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. MTC@60e5ed1cd540: Executing test case TC_si_sched_2quater in module Test. MTC@60e5ed1cd540: Test case TC_si_sched_2quater started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2quater. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was mapped to system:GSMTAP. MTC@60e5ed1cd540: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@60e5ed1cd540: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@60e5ed1cd540: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was mapped to system:BSCVTY. MTC@60e5ed1cd540: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "enable" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 12 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 MTC@60e5ed1cd540: Message with id 12 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 MTC@60e5ed1cd540: Message with id 13 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 14 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 MTC@60e5ed1cd540: Message with id 14 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 MTC@60e5ed1cd540: Message with id 15 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16 MTC@60e5ed1cd540: Message with id 16 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@60e5ed1cd540: Message with id 17 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 18 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18 MTC@60e5ed1cd540: Message with id 18 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19 MTC@60e5ed1cd540: Message with id 19 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20 MTC@60e5ed1cd540: Message with id 20 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 21 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21 MTC@60e5ed1cd540: Message with id 21 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22 MTC@60e5ed1cd540: Message with id 22 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 23 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23 MTC@60e5ed1cd540: Message with id 23 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24 MTC@60e5ed1cd540: Message with id 24 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "gprs mode none" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 25 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 25 MTC@60e5ed1cd540: Message with id 25 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 MTC@60e5ed1cd540: Message with id 26 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 27 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27 MTC@60e5ed1cd540: Message with id 27 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28 MTC@60e5ed1cd540: Message with id 28 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29 MTC@60e5ed1cd540: Message with id 29 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 30 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30 MTC@60e5ed1cd540: Message with id 30 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31 MTC@60e5ed1cd540: Message with id 31 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 32 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32 MTC@60e5ed1cd540: Message with id 32 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33 MTC@60e5ed1cd540: Message with id 33 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " si2quater neighbor-list add uarfcn 23 42 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34 MTC@60e5ed1cd540: Message with id 34 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 MTC@60e5ed1cd540: Message with id 35 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 36 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36 MTC@60e5ed1cd540: Message with id 36 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37 MTC@60e5ed1cd540: Message with id 37 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "write terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message with id 38 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@60e5ed1cd540: Message with id 39 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40 MTC@60e5ed1cd540: Message with id 40 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000606E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000606E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24686, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24686, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060A101000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000060A101000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060D40100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O } id 3 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000060D40100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } } id 3 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061070100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000061070100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41 MTC@60e5ed1cd540: Message with id 41 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 42 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42 MTC@60e5ed1cd540: Message with id 42 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43 MTC@60e5ed1cd540: Message with id 43 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 44 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44 MTC@60e5ed1cd540: Message with id 44 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45 MTC@60e5ed1cd540: Message with id 45 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46 MTC@60e5ed1cd540: Message with id 46 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 MTC@60e5ed1cd540: Message with id 47 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 48 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48 MTC@60e5ed1cd540: Message with id 48 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 MTC@60e5ed1cd540: Message with id 49 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50 MTC@60e5ed1cd540: Message with id 50 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 51 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51 MTC@60e5ed1cd540: Message with id 51 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52 MTC@60e5ed1cd540: Message with id 52 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 53 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53 MTC@60e5ed1cd540: Message with id 53 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54 MTC@60e5ed1cd540: Message with id 54 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55 MTC@60e5ed1cd540: Message with id 55 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 MTC@60e5ed1cd540: Message with id 56 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 57 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57 MTC@60e5ed1cd540: Message with id 57 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58 MTC@60e5ed1cd540: Message with id 58 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59 MTC@60e5ed1cd540: Message with id 59 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 60 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60 MTC@60e5ed1cd540: Message with id 60 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61 MTC@60e5ed1cd540: Message with id 61 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 62 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62 MTC@60e5ed1cd540: Message with id 62 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63 MTC@60e5ed1cd540: Message with id 63 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "gprs mode none" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64 MTC@60e5ed1cd540: Message with id 64 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 MTC@60e5ed1cd540: Message with id 65 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 66 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66 MTC@60e5ed1cd540: Message with id 66 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67 MTC@60e5ed1cd540: Message with id 67 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68 MTC@60e5ed1cd540: Message with id 68 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 69 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69 MTC@60e5ed1cd540: Message with id 69 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70 MTC@60e5ed1cd540: Message with id 70 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 71 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71 MTC@60e5ed1cd540: Message with id 71 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72 MTC@60e5ed1cd540: Message with id 72 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 73 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 73 MTC@60e5ed1cd540: Message with id 73 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 MTC@60e5ed1cd540: Message with id 74 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000613A010000005506198FB380000000000000000000000000009D04002B'O } id 5 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000613A010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 75 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75 MTC@60e5ed1cd540: Message with id 75 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76 MTC@60e5ed1cd540: Message with id 76 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "write terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message with id 77 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 MTC@60e5ed1cd540: Message with id 78 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79 MTC@60e5ed1cd540: Message with id 79 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000616D0100000059061A00000000000000000000000000000000FF9D0400'O } id 6 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000616D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061A00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 7 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000061A00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061D30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000061D30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006206010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 9 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006206010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was unmapped from system:GSMTAP. MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was unmapped from system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2quater. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_si_sched_2quater finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. MTC@60e5ed1cd540: Executing test case TC_si_sched_13 in module Test. MTC@60e5ed1cd540: Test case TC_si_sched_13 started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was mapped to system:GSMTAP. MTC@60e5ed1cd540: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@60e5ed1cd540: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@60e5ed1cd540: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was mapped to system:BSCVTY. MTC@60e5ed1cd540: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "enable" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 12 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 MTC@60e5ed1cd540: Message with id 12 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 MTC@60e5ed1cd540: Message with id 13 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 14 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 MTC@60e5ed1cd540: Message with id 14 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 MTC@60e5ed1cd540: Message with id 15 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16 MTC@60e5ed1cd540: Message with id 16 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@60e5ed1cd540: Message with id 17 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 18 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18 MTC@60e5ed1cd540: Message with id 18 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19 MTC@60e5ed1cd540: Message with id 19 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20 MTC@60e5ed1cd540: Message with id 20 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 21 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21 MTC@60e5ed1cd540: Message with id 21 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22 MTC@60e5ed1cd540: Message with id 22 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 23 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23 MTC@60e5ed1cd540: Message with id 23 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24 MTC@60e5ed1cd540: Message with id 24 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "gprs mode gprs" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 25 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode gprs" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode gprs" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " gprs mode gprs" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 25 MTC@60e5ed1cd540: Message with id 25 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 MTC@60e5ed1cd540: Message with id 26 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 27 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27 MTC@60e5ed1cd540: Message with id 27 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28 MTC@60e5ed1cd540: Message with id 28 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29 MTC@60e5ed1cd540: Message with id 29 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 30 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30 MTC@60e5ed1cd540: Message with id 30 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31 MTC@60e5ed1cd540: Message with id 31 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 32 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32 MTC@60e5ed1cd540: Message with id 32 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33 MTC@60e5ed1cd540: Message with id 33 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 34 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@60e5ed1cd540: 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@60e5ed1cd540: Message with id 34 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 MTC@60e5ed1cd540: Message with id 35 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 36 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36 MTC@60e5ed1cd540: Message with id 36 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37 MTC@60e5ed1cd540: Message with id 37 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "write terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message with id 38 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 MTC@60e5ed1cd540: Message with id 39 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40 MTC@60e5ed1cd540: Message with id 40 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000062390100000059061A00000000000000000000000000000000FF9D0400'O } id 1 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000062390100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 1 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000626C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 2 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000626C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 2 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000629F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 3 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000629F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000062D2010000005506198FB380000000000000000000000000009D04002B'O } id 4 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000062D2010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was cleared. MTC@60e5ed1cd540: Start timer T: 8 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063050100000059061A00000000000000000000000000000000FF9D0400'O } id 5 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000063050100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063380100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 6 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000063380100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000636B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 7 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000636B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000639E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 8 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000639E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25502, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25502, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25502, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063D10100000059061A00000000000000000000000000000000FF9D0400'O } id 9 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000063D10100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064040100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 10 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000064040100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064370100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 11 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000064370100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000646A010000005506198FB380000000000000000000000000009D04002B'O } id 12 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000646A010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12 MTC@60e5ed1cd540: Message with id 12 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000649D0100000059061A00000000000000000000000000000000FF9D0400'O } id 13 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000649D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@60e5ed1cd540: Message with id 13 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064D00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 14 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000064D00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14 MTC@60e5ed1cd540: Message with id 14 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065030100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 15 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000065030100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15 MTC@60e5ed1cd540: Message with id 15 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006536010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 16 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006536010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 MTC@60e5ed1cd540: Message with id 16 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065690100000059061A00000000000000000000000000000000FF9D0400'O } id 17 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000065690100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 MTC@60e5ed1cd540: Message with id 17 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000659C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 18 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000659C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18 MTC@60e5ed1cd540: Message with id 18 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065CF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 19 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000065CF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19 MTC@60e5ed1cd540: Message with id 19 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006602010000005506198FB380000000000000000000000000009D04002B'O } id 20 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006602010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20 MTC@60e5ed1cd540: Message with id 20 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066350100000059061A00000000000000000000000000000000FF9D0400'O } id 21 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000066350100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@60e5ed1cd540: Message with id 21 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066680100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 22 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000066680100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22 MTC@60e5ed1cd540: Message with id 22 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000669B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 23 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000669B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23 MTC@60e5ed1cd540: Message with id 23 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066CE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 24 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000066CE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 MTC@60e5ed1cd540: Message with id 24 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067010100000059061A00000000000000000000000000000000FF9D0400'O } id 25 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000067010100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 MTC@60e5ed1cd540: Message with id 25 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067340100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 26 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000067340100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26 MTC@60e5ed1cd540: Message with id 26 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067670100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 27 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000067670100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27 MTC@60e5ed1cd540: Message with id 27 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000679A010000005506198FB380000000000000000000000000009D04002B'O } id 28 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000679A010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 MTC@60e5ed1cd540: Message with id 28 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067CD0100000059061A00000000000000000000000000000000FF9D0400'O } id 29 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000067CD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 MTC@60e5ed1cd540: Message with id 29 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068000100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 30 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068000100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 MTC@60e5ed1cd540: Message with id 30 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068330100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 31 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068330100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@60e5ed1cd540: Message with id 31 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006866010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 32 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006866010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@60e5ed1cd540: Message with id 32 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068990100000059061A00000000000000000000000000000000FF9D0400'O } id 33 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068990100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 MTC@60e5ed1cd540: Message with id 33 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068CC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 34 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068CC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@60e5ed1cd540: Message with id 34 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068FF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 35 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000068FF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@60e5ed1cd540: Message with id 35 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006932010000005506198FB380000000000000000000000000009D04002B'O } id 36 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006932010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 MTC@60e5ed1cd540: Message with id 36 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069650100000059061A00000000000000000000000000000000FF9D0400'O } id 37 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069650100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 MTC@60e5ed1cd540: Message with id 37 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069980100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 38 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069980100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 MTC@60e5ed1cd540: Message with id 38 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Timeout T: 8 s MTC@60e5ed1cd540: "TC_si_sched_13": TC=0 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_13": TC=1 has #of SI=5 MTC@60e5ed1cd540: "TC_si_sched_13": TC=2 has #of SI=5 MTC@60e5ed1cd540: "TC_si_sched_13": TC=3 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_13": TC=4 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_13": TC=5 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_13": TC=6 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_13": TC=7 has #of SI=4 MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41 MTC@60e5ed1cd540: Message with id 41 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 42 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42 MTC@60e5ed1cd540: Message with id 42 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43 MTC@60e5ed1cd540: Message with id 43 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 44 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44 MTC@60e5ed1cd540: Message with id 44 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45 MTC@60e5ed1cd540: Message with id 45 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46 MTC@60e5ed1cd540: Message with id 46 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 MTC@60e5ed1cd540: Message with id 47 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 48 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48 MTC@60e5ed1cd540: Message with id 48 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 MTC@60e5ed1cd540: Message with id 49 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50 MTC@60e5ed1cd540: Message with id 50 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 51 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51 MTC@60e5ed1cd540: Message with id 51 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52 MTC@60e5ed1cd540: Message with id 52 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 53 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53 MTC@60e5ed1cd540: Message with id 53 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54 MTC@60e5ed1cd540: Message with id 54 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55 MTC@60e5ed1cd540: Message with id 55 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 MTC@60e5ed1cd540: Message with id 56 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 57 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57 MTC@60e5ed1cd540: Message with id 57 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58 MTC@60e5ed1cd540: Message with id 58 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59 MTC@60e5ed1cd540: Message with id 59 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 60 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60 MTC@60e5ed1cd540: Message with id 60 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61 MTC@60e5ed1cd540: Message with id 61 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 62 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62 MTC@60e5ed1cd540: Message with id 62 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63 MTC@60e5ed1cd540: Message with id 63 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "gprs mode none" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64 MTC@60e5ed1cd540: Message with id 64 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 MTC@60e5ed1cd540: Message with id 65 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 66 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66 MTC@60e5ed1cd540: Message with id 66 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67 MTC@60e5ed1cd540: Message with id 67 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68 MTC@60e5ed1cd540: Message with id 68 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 69 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69 MTC@60e5ed1cd540: Message with id 69 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70 MTC@60e5ed1cd540: Message with id 70 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 71 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71 MTC@60e5ed1cd540: Message with id 71 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72 MTC@60e5ed1cd540: Message with id 72 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" id 73 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42\nUnable to delete uarfcn: pair not found" with ? matched MTC@60e5ed1cd540: 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@60e5ed1cd540: Message with id 73 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 MTC@60e5ed1cd540: Message with id 74 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 75 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75 MTC@60e5ed1cd540: Message with id 75 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76 MTC@60e5ed1cd540: Message with id 76 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "write terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message with id 77 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 MTC@60e5ed1cd540: Message with id 78 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79 MTC@60e5ed1cd540: Message with id 79 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069CB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 39 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069CB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 39 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069FE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 40 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000069FE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A310100000059061A00000000000000000000000000000000FF9D0400'O } id 41 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006A310100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 41 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A640100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006A640100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was unmapped from system:GSMTAP. MTC@60e5ed1cd540: Message with id 39 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 40 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 41 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 42 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was unmapped from system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_si_sched_13 finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. MTC@60e5ed1cd540: Executing test case TC_si_sched_13_2bis_2ter_2quater in module Test. MTC@60e5ed1cd540: Test case TC_si_sched_13_2bis_2ter_2quater started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13_2bis_2ter_2quater. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was mapped to system:GSMTAP. MTC@60e5ed1cd540: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@60e5ed1cd540: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@60e5ed1cd540: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was mapped to system:BSCVTY. MTC@60e5ed1cd540: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "enable" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2bis mode static" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2bis mode static" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 11 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 MTC@60e5ed1cd540: Message with id 12 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 MTC@60e5ed1cd540: Message with id 13 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 14 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 MTC@60e5ed1cd540: Message with id 14 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 MTC@60e5ed1cd540: Message with id 15 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 16 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 MTC@60e5ed1cd540: Message with id 16 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 MTC@60e5ed1cd540: Message with id 17 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2ter mode static" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode static" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode static" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2ter mode static" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18 MTC@60e5ed1cd540: Message with id 18 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 MTC@60e5ed1cd540: Message with id 19 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 MTC@60e5ed1cd540: Message with id 20 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21 MTC@60e5ed1cd540: Message with id 21 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 22 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22 MTC@60e5ed1cd540: Message with id 22 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 MTC@60e5ed1cd540: Message with id 23 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24 MTC@60e5ed1cd540: Message with id 24 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 25 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25 MTC@60e5ed1cd540: Message with id 25 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26 MTC@60e5ed1cd540: Message with id 26 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 27 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27 MTC@60e5ed1cd540: Message with id 27 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 MTC@60e5ed1cd540: Message with id 28 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "gprs mode gprs" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 29 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30 MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode gprs" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode gprs" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode gprs" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " gprs mode gprs" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 29 MTC@60e5ed1cd540: Message with id 29 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30 MTC@60e5ed1cd540: Message with id 30 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 31 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31 MTC@60e5ed1cd540: Message with id 31 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32 MTC@60e5ed1cd540: Message with id 32 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33 MTC@60e5ed1cd540: Message with id 33 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 34 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34 MTC@60e5ed1cd540: Message with id 34 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35 MTC@60e5ed1cd540: Message with id 35 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 36 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36 MTC@60e5ed1cd540: Message with id 36 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 MTC@60e5ed1cd540: Message with id 37 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " si2quater neighbor-list add uarfcn 23 42 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38 MTC@60e5ed1cd540: Message with id 38 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39 MTC@60e5ed1cd540: Message with id 39 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 40 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40 MTC@60e5ed1cd540: Message with id 40 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 MTC@60e5ed1cd540: Message with id 41 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "write terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message with id 42 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43 MTC@60e5ed1cd540: Message with id 43 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 MTC@60e5ed1cd540: Message with id 44 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A970100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 1 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006A970100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006ACA010000005506198FB380000000000000000000000000009D04002B'O } id 2 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006ACA010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006AFD0100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006AFD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B300100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 4 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006B300100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 4 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B630100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 5 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006B630100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was cleared. MTC@60e5ed1cd540: Start timer T: 8 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B9601000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006B9601000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2quater (7) }, payload := { other := 'C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } MTC@60e5ed1cd540: SI received at TC=4: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2quater (7) }, payload := { other := 'C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BC901000000550602BFE809B3FF00000000000000000000007900002B'O } id 7 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006BC901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 7 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BFC0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 8 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006BFC0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 8 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C2F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 9 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006C2F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C62010000005506198FB380000000000000000000000000009D04002B'O } id 10 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006C62010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C950100000059061A00000000000000000000000000000000FF9D0400'O } id 11 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006C950100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CC80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 12 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006CC80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 12 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 12 MTC@60e5ed1cd540: Message with id 12 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CFB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 13 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006CFB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 MTC@60e5ed1cd540: Message with id 13 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D2E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 14 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006D2E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 MTC@60e5ed1cd540: Message with id 14 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D6101000000550602BFE809B3FF00000000000000000000007900002B'O } id 15 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006D6101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 15 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 15 MTC@60e5ed1cd540: Message with id 15 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D940100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 16 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006D940100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 16 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 16 MTC@60e5ed1cd540: Message with id 16 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DC70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 17 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006DC70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 MTC@60e5ed1cd540: Message with id 17 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DFA010000005506198FB380000000000000000000000000009D04002B'O } id 18 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006DFA010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 MTC@60e5ed1cd540: Message with id 18 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E2D0100000059061A00000000000000000000000000000000FF9D0400'O } id 19 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006E2D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 MTC@60e5ed1cd540: Message with id 19 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E600100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 20 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006E600100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 20 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 20 MTC@60e5ed1cd540: Message with id 20 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E930100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 21 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006E930100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 MTC@60e5ed1cd540: Message with id 21 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EC601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 22 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006EC601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 22 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 22 MTC@60e5ed1cd540: Message with id 22 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '010603BF66B0AA0A00000002000000000000002B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EF901000000550602BFE809B3FF00000000000000000000007900002B'O } id 23 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006EF901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 23 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 23 MTC@60e5ed1cd540: Message with id 23 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F2C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 24 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006F2C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 24 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 24 MTC@60e5ed1cd540: Message with id 24 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F5F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 25 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006F5F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28511, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28511, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28511, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25 MTC@60e5ed1cd540: Message with id 25 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F92010000005506198FB380000000000000000000000000009D04002B'O } id 26 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006F92010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 MTC@60e5ed1cd540: Message with id 26 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FC50100000059061A00000000000000000000000000000000FF9D0400'O } id 27 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006FC50100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 MTC@60e5ed1cd540: Message with id 27 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FF80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 28 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000006FF80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 28 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 28 MTC@60e5ed1cd540: Message with id 28 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000702B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 29 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000702B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28715, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28715, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28715, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29 MTC@60e5ed1cd540: Message with id 29 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000705E01000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 30 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000705E01000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 30 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 30 MTC@60e5ed1cd540: Message with id 30 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2quater (7) }, payload := { other := 'C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } MTC@60e5ed1cd540: SI received at TC=4: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2quater (7) }, payload := { other := 'C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000709101000000550602BFE809B3FF00000000000000000000007900002B'O } id 31 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000709101000000550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 MTC@60e5ed1cd540: Message with id 31 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070C40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 32 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000070C40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 MTC@60e5ed1cd540: Message with id 32 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070F70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 33 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000070F70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 MTC@60e5ed1cd540: Message with id 33 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000712A010000005506198FB380000000000000000000000000009D04002B'O } id 34 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000712A010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 MTC@60e5ed1cd540: Message with id 34 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000715D0100000059061A00000000000000000000000000000000FF9D0400'O } id 35 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000715D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 MTC@60e5ed1cd540: Message with id 35 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071900100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 36 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000071900100000049061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 MTC@60e5ed1cd540: Message with id 36 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D04001C132B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071C30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 37 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000071C30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 MTC@60e5ed1cd540: Message with id 37 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 38 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000071F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 MTC@60e5ed1cd540: Message with id 38 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000722901000000550602BFE809B3FF00000000000000000000007900002B'O } id 39 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000722901000000550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 MTC@60e5ed1cd540: Message with id 39 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '550602BFE809B3FF00000000000000000000007900002B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Timeout T: 8 s MTC@60e5ed1cd540: "TC_si_sched_13_2bis_2ter_2quater": TC=0 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_13_2bis_2ter_2quater": TC=1 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_13_2bis_2ter_2quater": TC=2 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_13_2bis_2ter_2quater": TC=3 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_13_2bis_2ter_2quater": TC=4 has #of SI=5 MTC@60e5ed1cd540: "TC_si_sched_13_2bis_2ter_2quater": TC=5 has #of SI=5 MTC@60e5ed1cd540: "TC_si_sched_13_2bis_2ter_2quater": TC=6 has #of SI=4 MTC@60e5ed1cd540: "TC_si_sched_13_2bis_2ter_2quater": TC=7 has #of SI=4 MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45 MTC@60e5ed1cd540: Message with id 45 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 46 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46 MTC@60e5ed1cd540: Message with id 46 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47 MTC@60e5ed1cd540: Message with id 47 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 48 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48 MTC@60e5ed1cd540: Message with id 48 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 MTC@60e5ed1cd540: Message with id 49 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2bis mode computed" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2bis mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2bis mode computed" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50 MTC@60e5ed1cd540: Message with id 50 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51 MTC@60e5ed1cd540: Message with id 51 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 52 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52 MTC@60e5ed1cd540: Message with id 52 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53 MTC@60e5ed1cd540: Message with id 53 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54 MTC@60e5ed1cd540: Message with id 54 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 55 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55 MTC@60e5ed1cd540: Message with id 55 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56 MTC@60e5ed1cd540: Message with id 56 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 57 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57 MTC@60e5ed1cd540: Message with id 57 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 MTC@60e5ed1cd540: Message with id 58 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "system-information 2ter mode computed" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60 MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " system-information 2ter mode computed" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " system-information 2ter mode computed" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59 MTC@60e5ed1cd540: Message with id 59 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60 MTC@60e5ed1cd540: Message with id 60 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 61 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61 MTC@60e5ed1cd540: Message with id 61 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62 MTC@60e5ed1cd540: Message with id 62 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63 MTC@60e5ed1cd540: Message with id 63 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 64 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64 MTC@60e5ed1cd540: Message with id 64 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65 MTC@60e5ed1cd540: Message with id 65 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 66 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66 MTC@60e5ed1cd540: Message with id 66 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 MTC@60e5ed1cd540: Message with id 67 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "gprs mode none" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69 MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " gprs mode none" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " gprs mode none" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68 MTC@60e5ed1cd540: Message with id 68 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69 MTC@60e5ed1cd540: Message with id 69 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 70 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70 MTC@60e5ed1cd540: Message with id 70 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71 MTC@60e5ed1cd540: Message with id 71 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72 MTC@60e5ed1cd540: Message with id 72 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 73 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73 MTC@60e5ed1cd540: Message with id 73 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74 MTC@60e5ed1cd540: Message with id 74 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 75 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75 MTC@60e5ed1cd540: Message with id 75 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 MTC@60e5ed1cd540: Message with id 76 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 77 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " si2quater neighbor-list del uarfcn 23 42" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 77 MTC@60e5ed1cd540: Message with id 77 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78 MTC@60e5ed1cd540: Message with id 78 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 79 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79 MTC@60e5ed1cd540: Message with id 79 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 MTC@60e5ed1cd540: Message with id 80 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "write terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82 MTC@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: 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@60e5ed1cd540: Message with id 81 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82 MTC@60e5ed1cd540: Message with id 82 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83 MTC@60e5ed1cd540: Message with id 83 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000725C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 40 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000725C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 40 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000728F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 41 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000728F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 41 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072C2010000005506198FB380000000000000000000000000009D04002B'O } id 42 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000072C2010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 42 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072F50100000059061A00000000000000000000000000000000FF9D0400'O } id 43 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000072F50100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 43 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was unmapped from system:GSMTAP. MTC@60e5ed1cd540: Message with id 40 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 41 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 42 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 43 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was unmapped from system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13_2bis_2ter_2quater. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_si_sched_13_2bis_2ter_2quater finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. MTC@60e5ed1cd540: Executing test case TC_neci in module Test. MTC@60e5ed1cd540: Test case TC_neci started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_neci. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: Random number generator was initialized with seed 60.359683: srand48(-501014027). MTC@60e5ed1cd540: Function rnd() returned 0.785385. MTC@60e5ed1cd540: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was mapped to system:GSMTAP. MTC@60e5ed1cd540: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@60e5ed1cd540: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@60e5ed1cd540: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was mapped to system:BSCVTY. MTC@60e5ed1cd540: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "enable" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "neci 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " neci 0" id 5 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6 MTC@60e5ed1cd540: Matching on port BSCVTY " neci 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " neci 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " neci 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " neci 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " neci 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " neci 0" id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 7 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 8 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 9 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073280100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 1 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000073280100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 1 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000735B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000735B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000738E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000738E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29582, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29582, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073C10100000059061A00000000000000000000000000000000FF9D0400'O } id 4 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000073C10100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29633, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29633, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 4 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was cleared. MTC@60e5ed1cd540: Start timer T: 10 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073F40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 5 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000073F40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 5 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F110101103D2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 1, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was unmapped from system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was unmapped from system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_neci. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_neci finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. MTC@60e5ed1cd540: Executing test case TC_cell_resel_hyst in module Test. MTC@60e5ed1cd540: Test case TC_cell_resel_hyst started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cell_resel_hyst. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: Function rnd() returned 0.873384. MTC@60e5ed1cd540: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was mapped to system:GSMTAP. MTC@60e5ed1cd540: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@60e5ed1cd540: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@60e5ed1cd540: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was mapped to system:BSCVTY. MTC@60e5ed1cd540: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "enable" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "cell reselection hysteresis 12" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " cell reselection hysteresis 12" id 7 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Matching on port BSCVTY " cell reselection hysteresis 12" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " cell reselection hysteresis 12" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " cell reselection hysteresis 12" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " cell reselection hysteresis 12" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " cell reselection hysteresis 12" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell reselection hysteresis 12" id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074270100000031061C62F224334FDD2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000074270100000031061C62F224334FDD2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334FDD2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334FDD2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000745A010000005506198FB380000000000000000000000000009D04002B'O } id 2 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000745A010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000748D0100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000748D0100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074C00100000049061B51E062F224334F11010110DD2D9D0400392B2B2B'O } id 4 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000074C00100000049061B51E062F224334F11010110DD2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F11010110DD2D9D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F11010110DD2D9D0400392B2B2B'O } } id 4 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was cleared. MTC@60e5ed1cd540: Start timer T: 10 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074F30100000031061C62F224334FDD2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000074F30100000031061C62F224334FDD2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334FDD2D9D04002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334FDD2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334FDD2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334FDD2D9D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 45 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007526010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007526010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29990, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29990, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29990, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075590100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000075590100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000758C0100000049061B51E062F224334F11010110DD2D9D0400392B2B2B'O } id 8 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000758C0100000049061B51E062F224334F11010110DD2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F11010110DD2D9D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F11010110DD2D9D0400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F11010110DD2D9D0400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F11010110DD2D9D0400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_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@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was unmapped from system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was unmapped from system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_cell_resel_hyst. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_cell_resel_hyst finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. MTC@60e5ed1cd540: Executing test case TC_rxlev_acc_min in module Test. MTC@60e5ed1cd540: Test case TC_rxlev_acc_min started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rxlev_acc_min. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: Function rnd() returned 0.086249. MTC@60e5ed1cd540: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was mapped to system:GSMTAP. MTC@60e5ed1cd540: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@60e5ed1cd540: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@60e5ed1cd540: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was mapped to system:BSCVTY. MTC@60e5ed1cd540: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "enable" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "rxlev access min 5" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " rxlev access min 5" id 7 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Matching on port BSCVTY " rxlev access min 5" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " rxlev access min 5" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " rxlev access min 5" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " rxlev access min 5" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " rxlev access min 5" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rxlev access min 5" id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075BF0100000031061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000075BF0100000031061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075F2010000005506198FB380000000000000000000000000009D04002B'O } id 2 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000075F2010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076250100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076250100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076580100000049061B51E062F224334F11010110DD059D0400392B2B2B'O } id 4 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076580100000049061B51E062F224334F11010110DD059D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F11010110DD059D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F11010110DD059D0400392B2B2B'O } } id 4 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was cleared. MTC@60e5ed1cd540: Start timer T: 10 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000768B0100000031061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000768B0100000031061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076F10100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000076F10100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077240100000049061B51E062F224334F11010110DD059D0400392B2B2B'O } id 8 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077240100000049061B51E062F224334F11010110DD059D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061B51E062F224334F11010110DD059D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F11010110DD059D0400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F11010110DD059D0400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061B51E062F224334F11010110DD059D0400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 20960, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, 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@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was unmapped from system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was unmapped from system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_rxlev_acc_min. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_rxlev_acc_min finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. MTC@60e5ed1cd540: Executing test case TC_cellid in module Test. MTC@60e5ed1cd540: Test case TC_cellid started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cellid. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: Function rnd() returned 0.647979. MTC@60e5ed1cd540: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was mapped to system:GSMTAP. MTC@60e5ed1cd540: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@60e5ed1cd540: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@60e5ed1cd540: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was mapped to system:BSCVTY. MTC@60e5ed1cd540: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "enable" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "cell_identity 42465" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " cell_identity 42465" id 7 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Matching on port BSCVTY " cell_identity 42465" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " cell_identity 42465" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " cell_identity 42465" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " cell_identity 42465" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " cell_identity 42465" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell_identity 42465" id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077570100000031061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077570100000031061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000778A010000005506198FB380000000000000000000000000009D04002B'O } id 2 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000778A010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077BD0100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077BD0100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077F00100000049061BA5E162F224334F11010110DD059D0400392B2B2B'O } id 4 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000077F00100000049061BA5E162F224334F11010110DD059D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BA5E162F224334F11010110DD059D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F224334F11010110DD059D0400392B2B2B'O } } id 4 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was cleared. MTC@60e5ed1cd540: Start timer T: 10 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078230100000031061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000078230100000031061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 13135 }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007856010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007856010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078890100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000078890100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078BC0100000049061BA5E162F224334F11010110DD059D0400392B2B2B'O } id 8 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000078BC0100000049061BA5E162F224334F11010110DD059D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BA5E162F224334F11010110DD059D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F224334F11010110DD059D0400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F224334F11010110DD059D0400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061BA5E162F224334F11010110DD059D0400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 42465, lai := { mcc_mnc := '262F42'H, lac := 13135 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, 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@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was unmapped from system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was unmapped from system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_cellid. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_cellid finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. MTC@60e5ed1cd540: Executing test case TC_lac in module Test. MTC@60e5ed1cd540: Test case TC_lac started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_lac. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: Function rnd() returned 0.011444. MTC@60e5ed1cd540: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was mapped to system:GSMTAP. MTC@60e5ed1cd540: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@60e5ed1cd540: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@60e5ed1cd540: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was mapped to system:BSCVTY. MTC@60e5ed1cd540: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "enable" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "location_area_code 749" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " location_area_code 749" id 7 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Matching on port BSCVTY " location_area_code 749" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " location_area_code 749" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " location_area_code 749" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " location_area_code 749" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " location_area_code 749" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " location_area_code 749" id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078EF0100000031061C62F22402EDDD059D04002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000078EF0100000031061C62F22402EDDD059D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F22402EDDD059D04002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD059D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007922010000005506198FB380000000000000000000000000009D04002B'O } id 2 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007922010000005506198FB380000000000000000000000000009D04002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079550100000059061A00000000000000000000000000000000FF9D0400'O } id 3 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079550100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079880100000049061BA5E162F22402ED11010110DD059D0400392B2B2B'O } id 4 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079880100000049061BA5E162F22402ED11010110DD059D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD059D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD059D0400392B2B2B'O } } id 4 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was cleared. MTC@60e5ed1cd540: Start timer T: 10 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079BB0100000031061C62F22402EDDD059D04002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079BB0100000031061C62F22402EDDD059D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F22402EDDD059D04002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD059D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD059D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F22402EDDD059D04002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 749 }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, rach_control := { max_retrans := '10'B, tx_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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000079EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A210100000059061A00000000000000000000000000000000FF9D0400'O } id 7 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007A210100000059061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF9D0400'O MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A540100000049061BA5E162F22402ED11010110DD059D0400392B2B2B'O } id 8 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007A540100000049061BA5E162F22402ED11010110DD059D0400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD059D0400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD059D0400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD059D0400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061BA5E162F22402ED11010110DD059D0400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 42465, lai := { mcc_mnc := '262F42'H, lac := 749 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, 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@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was unmapped from system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was unmapped from system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_lac. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_lac finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. MTC@60e5ed1cd540: Executing test case TC_rach_tx_int in module Test. MTC@60e5ed1cd540: Test case TC_rach_tx_int started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_tx_int. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: Function rnd() returned 0.977936. MTC@60e5ed1cd540: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was mapped to system:GSMTAP. MTC@60e5ed1cd540: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@60e5ed1cd540: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@60e5ed1cd540: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was mapped to system:BSCVTY. MTC@60e5ed1cd540: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "enable" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "rach tx integer 14" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " rach tx integer 14" id 7 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Matching on port BSCVTY " rach tx integer 14" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " rach tx integer 14" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " rach tx integer 14" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " rach tx integer 14" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " rach tx integer 14" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach tx integer 14" id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A870100000031061C62F22402EDDD05B904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007A870100000031061C62F22402EDDD05B904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F22402EDDD05B904002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD05B904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007ABA010000005506198FB38000000000000000000000000000B904002B'O } id 2 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007ABA010000005506198FB38000000000000000000000000000B904002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB38000000000000000000000000000B904002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB38000000000000000000000000000B904002B'O } } id 2 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007AED0100000059061A00000000000000000000000000000000FFB90400'O } id 3 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007AED0100000059061A00000000000000000000000000000000FFB90400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FFB90400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FFB90400'O } } id 3 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B200100000049061BA5E162F22402ED11010110DD05B90400392B2B2B'O } id 4 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007B200100000049061BA5E162F22402ED11010110DD05B90400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05B90400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05B90400392B2B2B'O } } id 4 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was cleared. MTC@60e5ed1cd540: Start timer T: 10 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B530100000031061C62F22402EDDD05B904002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007B530100000031061C62F22402EDDD05B904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F22402EDDD05B904002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD05B904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD05B904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F22402EDDD05B904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 749 }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, rach_control := { max_retrans := '10'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007B86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BB90100000059061A00000000000000000000000000000000FFB90400'O } id 7 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007BB90100000059061A00000000000000000000000000000000FFB90400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FFB90400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FFB90400'O } } id 7 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FFB90400'O } } id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FFB90400'O MTC@60e5ed1cd540: 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 := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BEC0100000049061BA5E162F22402ED11010110DD05B90400392B2B2B'O } id 8 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007BEC0100000049061BA5E162F22402ED11010110DD05B90400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05B90400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05B90400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05B90400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061BA5E162F22402ED11010110DD05B90400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 42465, lai := { mcc_mnc := '262F42'H, lac := 749 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, rach_control := { max_retrans := '10'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was unmapped from system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was unmapped from system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_rach_tx_int. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_rach_tx_int finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. MTC@60e5ed1cd540: Executing test case TC_rach_max_tx in module Test. MTC@60e5ed1cd540: Test case TC_rach_max_tx started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_max_tx. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: Function rnd() returned 0.647228. MTC@60e5ed1cd540: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was mapped to system:GSMTAP. MTC@60e5ed1cd540: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@60e5ed1cd540: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@60e5ed1cd540: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was mapped to system:BSCVTY. MTC@60e5ed1cd540: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "enable" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "rach max transmission 2" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " rach max transmission 2" id 7 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Matching on port BSCVTY " rach max transmission 2" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " rach max transmission 2" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " rach max transmission 2" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " rach max transmission 2" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " rach max transmission 2" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach max transmission 2" id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C1F0100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007C1F0100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C52010000005506198FB380000000000000000000000000007904002B'O } id 2 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007C52010000005506198FB380000000000000000000000000007904002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 2 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C850100000059061A00000000000000000000000000000000FF790400'O } id 3 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007C850100000059061A00000000000000000000000000000000FF790400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 3 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CB80100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O } id 4 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007CB80100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 4 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was cleared. MTC@60e5ed1cd540: Start timer T: 10 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CEB0100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007CEB0100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 749 }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D1E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007D1E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D510100000059061A00000000000000000000000000000000FF790400'O } id 7 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007D510100000059061A00000000000000000000000000000000FF790400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF790400'O MTC@60e5ed1cd540: 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 := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D840100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O } id 8 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007D840100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061BA5E162F22402ED11010110DD05790400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 42465, lai := { mcc_mnc := '262F42'H, lac := 749 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was unmapped from system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was unmapped from system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_rach_max_tx. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_rach_max_tx finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. MTC@60e5ed1cd540: Executing test case TC_attach in module Test. MTC@60e5ed1cd540: Test case TC_attach started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_attach. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: Function rnd() returned 0.415756. MTC@60e5ed1cd540: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was mapped to system:GSMTAP. MTC@60e5ed1cd540: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@60e5ed1cd540: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@60e5ed1cd540: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was mapped to system:BSCVTY. MTC@60e5ed1cd540: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "enable" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "channel-descrption attach 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " channel-descrption attach 0" id 7 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Matching on port BSCVTY " channel-descrption attach 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " channel-descrption attach 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " channel-descrption attach 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " channel-descrption attach 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " channel-descrption attach 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption attach 0" id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DB70100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007DB70100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DEA010000005506198FB380000000000000000000000000007904002B'O } id 2 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007DEA010000005506198FB380000000000000000000000000007904002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 2 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E1D0100000059061A00000000000000000000000000000000FF790400'O } id 3 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007E1D0100000059061A00000000000000000000000000000000FF790400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 3 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E500100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O } id 4 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007E500100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 4 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was cleared. MTC@60e5ed1cd540: Start timer T: 10 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E830100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007E830100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 749 }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007EB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EE90100000059061A00000000000000000000000000000000FF790400'O } id 7 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007EE90100000059061A00000000000000000000000000000000FF790400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF790400'O MTC@60e5ed1cd540: 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 := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F1C0100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O } id 8 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007F1C0100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061BA5E162F22402ED11010110DD05790400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 42465, lai := { mcc_mnc := '262F42'H, lac := 749 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was unmapped from system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was unmapped from system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_attach. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_attach finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. MTC@60e5ed1cd540: Executing test case TC_dtx_ul in module Test. MTC@60e5ed1cd540: Test case TC_dtx_ul started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_dtx_ul. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: Function rnd() returned 0.662880. MTC@60e5ed1cd540: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was mapped to system:GSMTAP. MTC@60e5ed1cd540: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@60e5ed1cd540: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@60e5ed1cd540: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was mapped to system:BSCVTY. MTC@60e5ed1cd540: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "enable" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "dtx uplink force" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " dtx uplink force" id 7 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Matching on port BSCVTY " dtx uplink force" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " dtx uplink force" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " dtx uplink force" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " dtx uplink force" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " dtx uplink force" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " dtx uplink force" id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Port GSMTAP was cleared. MTC@60e5ed1cd540: Start timer T: 10 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F4F0100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007F4F0100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 749 }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F82010000005506198FB380000000000000000000000000007904002B'O } id 2 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007F82010000005506198FB380000000000000000000000000007904002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 2 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 2 MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000007904002B'O MTC@60e5ed1cd540: 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 := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FB50100000059061A00000000000000000000000000000000FF790400'O } id 3 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007FB50100000059061A00000000000000000000000000000000FF790400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 3 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF790400'O MTC@60e5ed1cd540: 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 := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FE80100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O } id 4 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000007FE80100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 4 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061BA5E162F22402ED11010110DD05790400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 42465, lai := { mcc_mnc := '262F42'H, lac := 749 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was unmapped from system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@60e5ed1cd540: Warning: BSCVTY: Dropping partial message MTC@60e5ed1cd540: Port BSCVTY was unmapped from system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_dtx_ul. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_dtx_ul finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. MTC@60e5ed1cd540: Executing test case TC_emerg_allowed in module Test. MTC@60e5ed1cd540: Test case TC_emerg_allowed started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_emerg_allowed. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: Function rnd() returned 0.082682. MTC@60e5ed1cd540: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was mapped to system:GSMTAP. MTC@60e5ed1cd540: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@60e5ed1cd540: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@60e5ed1cd540: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was mapped to system:BSCVTY. MTC@60e5ed1cd540: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "enable" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "rach emergency call allowed 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " rach emergency call allowed 0" id 7 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Matching on port BSCVTY " rach emergency call allowed 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " rach emergency call allowed 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " rach emergency call allowed 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: 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@60e5ed1cd540: Matching on port BSCVTY succeeded: " rach emergency call allowed 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach emergency call allowed 0" id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000801B0100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000801B0100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000804E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000804E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080810100000059061A00000000000000000000000000000000FF790400'O } id 3 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000080810100000059061A00000000000000000000000000000000FF790400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 3 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080B40100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O } id 4 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000080B40100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 4 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was cleared. MTC@60e5ed1cd540: Start timer T: 10 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080E70100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000080E70100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 749 }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000811A010000005506198FB380000000000000000000000000007904002B'O } id 6 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000811A010000005506198FB380000000000000000000000000007904002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 6 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000007904002B'O MTC@60e5ed1cd540: 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 := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000814D0100000059061A00000000000000000000000000000000FF790400'O } id 7 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000814D0100000059061A00000000000000000000000000000000FF790400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF790400'O MTC@60e5ed1cd540: 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 := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081800100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O } id 8 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000081800100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061BA5E162F22402ED11010110DD05790400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 42465, lai := { mcc_mnc := '262F42'H, lac := 749 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was unmapped from system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was unmapped from system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_emerg_allowed. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_emerg_allowed finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. MTC@60e5ed1cd540: Executing test case TC_bs_pa_mfrms in module Test. MTC@60e5ed1cd540: Test case TC_bs_pa_mfrms started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_pa_mfrms. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: Function rnd() returned 0.184415. MTC@60e5ed1cd540: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was mapped to system:GSMTAP. MTC@60e5ed1cd540: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@60e5ed1cd540: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@60e5ed1cd540: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was mapped to system:BSCVTY. MTC@60e5ed1cd540: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "enable" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "channel-descrption bs-pa-mfrms 3" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " channel-descrption bs-pa-mfrms 3" id 7 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 3" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 3" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 3" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " channel-descrption bs-pa-mfrms 3" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " channel-descrption bs-pa-mfrms 3" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-pa-mfrms 3" id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081B30100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000081B30100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081E6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000081E6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082190100000059061A00000000000000000000000000000000FF790400'O } id 3 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000082190100000059061A00000000000000000000000000000000FF790400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 3 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000824C0100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O } id 4 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000824C0100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 4 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was cleared. MTC@60e5ed1cd540: Start timer T: 10 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000827F0100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000827F0100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 749 }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082B2010000005506198FB380000000000000000000000000007904002B'O } id 6 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000082B2010000005506198FB380000000000000000000000000007904002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 6 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000007904002B'O MTC@60e5ed1cd540: 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 := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082E50100000059061A00000000000000000000000000000000FF790400'O } id 7 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000082E50100000059061A00000000000000000000000000000000FF790400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF790400'O MTC@60e5ed1cd540: 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 := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083180100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O } id 8 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000083180100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061BA5E162F22402ED11010110DD05790400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 42465, lai := { mcc_mnc := '262F42'H, lac := 749 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 2, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was unmapped from system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was unmapped from system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_bs_pa_mfrms. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_bs_pa_mfrms finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. MTC@60e5ed1cd540: Executing test case TC_bs_ag_blks_res in module Test. MTC@60e5ed1cd540: Test case TC_bs_ag_blks_res started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_ag_blks_res. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: Function rnd() returned 0.204933. MTC@60e5ed1cd540: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was mapped to system:GSMTAP. MTC@60e5ed1cd540: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@60e5ed1cd540: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@60e5ed1cd540: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was mapped to system:BSCVTY. MTC@60e5ed1cd540: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "enable" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "channel-descrption bs-ag-blks-res 1" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " channel-descrption bs-ag-blks-res 1" id 7 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 1" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 1" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 1" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " channel-descrption bs-ag-blks-res 1" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " channel-descrption bs-ag-blks-res 1" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-ag-blks-res 1" id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000834B0100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000834B0100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000837E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000837E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083B10100000059061A00000000000000000000000000000000FF790400'O } id 3 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000083B10100000059061A00000000000000000000000000000000FF790400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 3 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083E40100000049061BA5E162F22402ED09010110DD05790400392B2B2B'O } id 4 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000083E40100000049061BA5E162F22402ED09010110DD05790400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BA5E162F22402ED09010110DD05790400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED09010110DD05790400392B2B2B'O } } id 4 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was cleared. MTC@60e5ed1cd540: Start timer T: 10 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084170100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000084170100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 749 }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000844A010000005506198FB380000000000000000000000000007904002B'O } id 6 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000844A010000005506198FB380000000000000000000000000007904002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 6 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000007904002B'O MTC@60e5ed1cd540: 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 := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000847D0100000059061A00000000000000000000000000000000FF790400'O } id 7 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000847D0100000059061A00000000000000000000000000000000FF790400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF790400'O MTC@60e5ed1cd540: 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 := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084B00100000049061BA5E162F22402ED09010110DD05790400392B2B2B'O } id 8 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000084B00100000049061BA5E162F22402ED09010110DD05790400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BA5E162F22402ED09010110DD05790400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED09010110DD05790400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED09010110DD05790400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061BA5E162F22402ED09010110DD05790400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 42465, lai := { mcc_mnc := '262F42'H, lac := 749 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 1, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '0000'B }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was unmapped from system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was unmapped from system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_bs_ag_blks_res. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_bs_ag_blks_res finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. MTC@60e5ed1cd540: Executing test case TC_radio_link_timeout in module Test. MTC@60e5ed1cd540: Test case TC_radio_link_timeout started. MTC@60e5ed1cd540: Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_radio_link_timeout. MTC@60e5ed1cd540: Port GSMTAP was started. MTC@60e5ed1cd540: Port BSCVTY was started. MTC@60e5ed1cd540: Component type Test.dummy_CT was initialized. MTC@60e5ed1cd540: Function rnd() returned 0.695059. MTC@60e5ed1cd540: Mapping port mtc:GSMTAP to system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was mapped to system:GSMTAP. MTC@60e5ed1cd540: Map operation of mtc:GSMTAP to system:GSMTAP finished. MTC@60e5ed1cd540: entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP MTC@60e5ed1cd540: Mapping port mtc:BSCVTY to system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was mapped to system:BSCVTY. MTC@60e5ed1cd540: Map operation of mtc:BSCVTY to system:BSCVTY finished. MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } MTC@60e5ed1cd540: Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "enable" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "configure terminal" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "network" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " network" id 3 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " network" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " network" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " bts 0" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " bts 0" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "radio-link-timeout 44" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " radio-link-timeout 44" id 7 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Matching on port BSCVTY " radio-link-timeout 44" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " radio-link-timeout 44" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " radio-link-timeout 44" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " radio-link-timeout 44" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " radio-link-timeout 44" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " radio-link-timeout 44" id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC(config-net-bts)#" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC(config-net-bts)#" with pattern "OpenBSC(*)\#" matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "end" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : " end" id 9 MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with "OpenBSC# " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "OpenBSC(*)\#" unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY " end" with pattern "*% Unknown command." unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: " end" with ? matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 MTC@60e5ed1cd540: Message with id 9 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 MTC@60e5ed1cd540: Message with id 10 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Sent on BSCVTY to system charstring : "bts 0 resend-system-information" MTC@60e5ed1cd540: Start timer T: 2 s MTC@60e5ed1cd540: Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Matching on port BSCVTY "OpenBSC# " with "OpenBSC> " unmatched: First message in the queue does not match the template: MTC@60e5ed1cd540: Matching on port BSCVTY succeeded: "OpenBSC# " with "OpenBSC# " matched MTC@60e5ed1cd540: Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 MTC@60e5ed1cd540: Message with id 11 was extracted from the queue of BSCVTY. MTC@60e5ed1cd540: Stop timer T: 2 s MTC@60e5ed1cd540: Start timer T: 1 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084E30100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 1 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000084E30100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 1 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008516010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '020401000367000000008516010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085490100000059061A00000000000000000000000000000000FF790400'O } id 3 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000085490100000059061A00000000000000000000000000000000FF790400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 3 MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000857C0100000049061BA5E162F22402ED0901011ADD05790400392B2B2B'O } id 4 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '02040100036700000000857C0100000049061BA5E162F22402ED0901011ADD05790400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BA5E162F22402ED0901011ADD05790400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED0901011ADD05790400392B2B2B'O } } id 4 MTC@60e5ed1cd540: Timeout T: 1 s MTC@60e5ed1cd540: Message with id 1 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 2 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 3 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Message with id 4 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was cleared. MTC@60e5ed1cd540: Start timer T: 10 s MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085AF0100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 5 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000085AF0100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 MTC@60e5ed1cd540: Message with id 5 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 12, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_4 (28) }, payload := { si4 := { lai := { mcc_mnc := '262F42'H, lac := 749 }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, cbch_chan_desc := omit, cbch_mobile_alloc := omit, rest_octets := '2B2B2B2B2B2B2B2B2B2B'O ("++++++++++") } } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085E2010000005506198FB380000000000000000000000000007904002B'O } id 6 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000085E2010000005506198FB380000000000000000000000000007904002B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 6 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 6 MTC@60e5ed1cd540: Message with id 6 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '5506198FB380000000000000000000000000007904002B'O MTC@60e5ed1cd540: 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 := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '2B'O ("+") } } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086150100000059061A00000000000000000000000000000000FF790400'O } id 7 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086150100000059061A00000000000000000000000000000000FF790400'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 MTC@60e5ed1cd540: Message with id 7 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '59061A00000000000000000000000000000000FF790400'O MTC@60e5ed1cd540: 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 := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B } } } } MTC@60e5ed1cd540: Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086480100000049061BA5E162F22402ED0901011ADD05790400392B2B2B'O } id 8 MTC@60e5ed1cd540: dec_GsmtapMessage(): Stream before decoding: '0204010003670000000086480100000049061BA5E162F22402ED0901011ADD05790400392B2B2B'O MTC@60e5ed1cd540: dec_GsmtapMessage(): Decoded @GSMTAP_Types.GsmtapMessage: { header := { version := 2, 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 := '49061BA5E162F22402ED0901011ADD05790400392B2B2B'O } MTC@60e5ed1cd540: Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED0901011ADD05790400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Matching on port GSMTAP succeeded: matched MTC@60e5ed1cd540: Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED0901011ADD05790400392B2B2B'O } } id 8 MTC@60e5ed1cd540: Message with id 8 was extracted from the queue of GSMTAP. MTC@60e5ed1cd540: dec_SystemInformation(): Stream before decoding: '49061BA5E162F22402ED0901011ADD05790400392B2B2B'O MTC@60e5ed1cd540: dec_SystemInformation(): Decoded @GSM_SystemInformation.SystemInformation: { header := { l2_plen := { l2_plen := 18, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_3 (27) }, payload := { si3 := { cell_id := 42465, lai := { mcc_mnc := '262F42'H, lac := 749 }, ctrl_chan_desc := { mscrr := false, att := false, bs_ag_blks_res := 1, ccch_conf := 1, si22ind := false, cbq3 := 0, spare := '00'B, bs_pa_mfrms := 1, t3212 := 1 }, cell_options := { dn_ind := false, pwrc := false, dtx := '01'B, radio_link_timeout := '1010'B }, cell_sel_par := { cell_resel_hyst := 6, ms_txpwr_max_cch := 29, acs := false, neci := false, rxlev_access_min := 5 }, rach_control := { max_retrans := '01'B, tx_integer := '1110'B, cell_barr_access := false, re := true, ac := '0000010000000000'B }, rest_octets := '392B2B2B'O ("9+++") } } } MTC@60e5ed1cd540: setverdict(pass): none -> pass MTC@60e5ed1cd540: Terminating component type Test.dummy_CT. MTC@60e5ed1cd540: Removing unterminated mapping between port GSMTAP and system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was unmapped from system:GSMTAP. MTC@60e5ed1cd540: Port GSMTAP was stopped. MTC@60e5ed1cd540: Removing unterminated mapping between port BSCVTY and system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was unmapped from system:BSCVTY. MTC@60e5ed1cd540: Port BSCVTY was stopped. MTC@60e5ed1cd540: Component type Test.dummy_CT was shut down inside testcase TC_radio_link_timeout. MTC@60e5ed1cd540: Waiting for PTCs to finish. MTC@60e5ed1cd540: Setting final verdict of the test case. MTC@60e5ed1cd540: Local verdict of MTC: pass MTC@60e5ed1cd540: No PTCs were created. MTC@60e5ed1cd540: Test case TC_radio_link_timeout finished. Verdict: pass MC@60e5ed1cd540: Test execution finished. Execution of [EXECUTE] section finished. emtc MC@60e5ed1cd540: Terminating MTC. MTC@60e5ed1cd540: Verdict statistics: 0 none (0.00 %), 22 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). MTC@60e5ed1cd540: Test execution summary: 22 test cases were executed. Overall verdict: pass MTC@60e5ed1cd540: Exit was requested from MC. Terminating MTC. MC@60e5ed1cd540: MTC terminated. MC2> exit MC@60e5ed1cd540: Shutting down session. HC@60e5ed1cd540: Exit was requested from MC. Terminating HC. MC@60e5ed1cd540: Shutdown complete. 04:16:26.166552 hc TTCN-3 Host Controller started on 60e5ed1cd540. Version: CRL 113 200/6 R1A. 04:16:26.166580 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:16:26.166582 hc Maximum number of open file descriptors: 1048576, FD_SETSIZE = 1024 04:16:26.166784 hc The address of MC was set to 60e5ed1cd540[172.18.0.230]:0. 04:16:26.166887 hc The local IP address of the control connection to MC is 172.18.0.230. 04:16:26.166898 hc Connected to MC. 04:16:26.166914 hc This host supports UNIX domain sockets for local communication. 04:16:26.167227 hc Processing configuration data received from MC. 04:16:26.167807 hc Initializing module GSMTAP_PortType. 04:16:26.167834 hc Initializing module GSMTAP_Types. 04:16:26.167856 hc Initializing module Osmocom_Types. 04:16:26.167877 hc Initialization of module Osmocom_Types finished. 04:16:26.167898 hc Initialization of module GSMTAP_Types finished. 04:16:26.167921 hc Initializing module IPL4asp_PortType. 04:16:26.167947 hc Initializing module IPL4asp_Types. 04:16:26.167970 hc Initializing module Socket_API_Definitions. 04:16:26.167991 hc Initialization of module Socket_API_Definitions finished. 04:16:26.168012 hc Initialization of module IPL4asp_Types finished. 04:16:26.168056 hc Initialization of module IPL4asp_PortType finished. 04:16:26.168077 hc Initialization of module GSMTAP_PortType finished. 04:16:26.168099 hc Initializing module GSM_RR_Types. 04:16:26.168130 hc Initializing module RLCMAC_CSN1_Types. 04:16:26.168154 hc Initializing module GSM_Types. 04:16:26.168175 hc Initializing module General_Types. 04:16:26.168194 hc Initialization of module General_Types finished. 04:16:26.168248 hc Initialization of module GSM_Types finished. 04:16:26.168270 hc Initialization of module RLCMAC_CSN1_Types finished. 04:16:26.168294 hc Initialization of module GSM_RR_Types finished. 04:16:26.168315 hc Initializing module GSM_SystemInformation. 04:16:26.168425 hc Initialization of module GSM_SystemInformation finished. 04:16:26.168455 hc Initializing module IPL4_GSMTAP_CtrlFunct. 04:16:26.168482 hc Initialization of module IPL4_GSMTAP_CtrlFunct finished. 04:16:26.168504 hc Initializing module IPL4asp_Functions. 04:16:26.168530 hc Initializing module TCCInterface_Functions. 04:16:26.168555 hc Initializing module TCCConversion_Functions. 04:16:26.168579 hc Initialization of module TCCConversion_Functions finished. 04:16:26.168603 hc Initialization of module TCCInterface_Functions finished. 04:16:26.168623 hc Initialization of module IPL4asp_Functions finished. 04:16:26.168643 hc Initializing module Osmocom_VTY_Functions. 04:16:26.168671 hc Initializing module TELNETasp_PortType. 04:16:26.168691 hc Initialization of module TELNETasp_PortType finished. 04:16:26.168719 hc Initialization of module Osmocom_VTY_Functions finished. 04:16:26.168744 hc Initializing module PreGenRecordOf. 04:16:26.168763 hc Initialization of module PreGenRecordOf finished. 04:16:26.168780 hc Initializing module Test. 04:16:26.168938 hc Initialization of module Test finished. 04:16:26.168966 hc Initializing module TitanLoggerApi. 04:16:26.168986 hc Initialization of module TitanLoggerApi finished. 04:16:26.169003 hc Initializing module TitanLoggerControl. 04:16:26.169015 hc Initialization of module TitanLoggerControl finished. 04:16:26.169040 hc Configuration data was processed successfully. 04:16:26.169346 hc MTC was created. Process id: 20. 04:16:26.169481 mtc Warning: A plug-in from the same path `libjunitlogger2' is already active, skipping plug-in 04:16:26.169703 mtc TTCN-3 Main Test Component started on 60e5ed1cd540. Version: CRL 113 200/6 R1A. 04:16:26.169742 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:16:26.169774 mtc Connected to MC. 04:16:26.170097 mtc Executing test case TC_si1 in module Test. 04:16:26.170211 mtc Test case TC_si1 started. 04:16:26.170234 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si1. 04:16:26.170330 mtc Port GSMTAP was started. 04:16:26.170363 mtc Port BSCVTY was started. 04:16:26.170374 mtc Component type Test.dummy_CT was initialized. 04:16:26.170391 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:16:26.170701 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:16:26.170791 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:16:26.170979 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:16:26.171192 mtc setverdict(pass): none -> pass 04:16:26.171220 mtc Terminating component type Test.dummy_CT. 04:16:26.171235 mtc Port GSMTAP was stopped. 04:16:26.171248 mtc Port BSCVTY was stopped. 04:16:26.171257 mtc Component type Test.dummy_CT was shut down inside testcase TC_si1. 04:16:26.171268 mtc Waiting for PTCs to finish. 04:16:26.171295 mtc Setting final verdict of the test case. 04:16:26.171313 mtc Local verdict of MTC: pass 04:16:26.171332 mtc No PTCs were created. 04:16:26.171340 mtc Test case TC_si1 finished. Verdict: pass 04:16:26.171376 mtc Executing test case TC_telnet in module Test. 04:16:26.171396 mtc Test case TC_telnet started. 04:16:26.171406 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_telnet. 04:16:26.171429 mtc Port GSMTAP was started. 04:16:26.171441 mtc Port BSCVTY was started. 04:16:26.171449 mtc Component type Test.dummy_CT was initialized. 04:16:26.171469 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:16:26.171515 mtc Port GSMTAP was mapped to system:GSMTAP. 04:16:26.171558 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:16:26.171650 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:16:26.171797 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:16:26.172041 mtc Port BSCVTY was mapped to system:BSCVTY. 04:16:26.172152 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003E900100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 1 04:16:26.172378 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16016, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 1 04:16:26.172437 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003EC30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 2 04:16:26.172508 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16067, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 2 04:16:26.172529 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:16:26.172591 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:16:26.172619 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:16:26.172637 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:16:26.172700 mtc Sent on BSCVTY to system charstring : "enable" 04:16:26.172744 mtc Start timer T: 2 s 04:16:26.172810 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003EF6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 04:16:26.172898 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16118, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3 04:16:26.172938 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003F290100000059061A00000000000000000000000000000000FF9D0400'O } id 4 04:16:26.173013 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16169, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 4 04:16:26.173056 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:16:26.173114 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:16:26.173138 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:16:26.173157 mtc Stop timer T: 2 s 04:16:26.173179 mtc Sent on BSCVTY to system charstring : "show network" 04:16:26.173213 mtc Start timer T: 2 s 04:16:26.173253 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003F5C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 5 04:16:26.173338 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16220, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 5 04:16:26.173376 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003F8F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 6 04:16:26.173434 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16271, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 6 04:16:26.173501 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:16:26.173523 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 3 04:16:26.173893 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:16:26.173918 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:16:26.173959 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 3 04:16:26.173977 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:16:26.173998 mtc Stop timer T: 2 s 04:16:26.174024 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:26.174058 mtc Start timer T: 2 s 04:16:26.174102 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003FC2010000005506198FB380000000000000000000000000009D04002B'O } id 7 04:16:26.174179 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16322, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 7 04:16:26.174219 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000003FF50100000059061A00000000000000000000000000000000FF9D0400'O } id 8 04:16:26.174293 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16373, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 8 04:16:26.174386 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 4 04:16:26.174474 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 4 04:16:26.174496 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:16:26.174513 mtc Stop timer T: 2 s 04:16:26.174539 mtc Sent on BSCVTY to system charstring : "network" 04:16:26.174573 mtc Start timer T: 2 s 04:16:26.174652 mtc Message enqueued on BSCVTY from system charstring : " network" id 5 04:16:26.174677 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6 04:16:26.174758 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 5 04:16:26.174778 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:16:26.174841 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6 04:16:26.174859 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:16:26.174875 mtc Stop timer T: 2 s 04:16:26.174899 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:26.174932 mtc Start timer T: 2 s 04:16:26.175013 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 7 04:16:26.175038 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:16:26.175094 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 7 04:16:26.175108 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:16:26.175146 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:16:26.175161 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:16:26.175176 mtc Stop timer T: 2 s 04:16:26.175201 mtc Sent on BSCVTY to system charstring : "end" 04:16:26.175234 mtc Start timer T: 2 s 04:16:26.175336 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:16:26.175358 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:16:26.175436 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:16:26.175456 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:16:26.175498 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:16:26.175517 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:16:26.175533 mtc Stop timer T: 2 s 04:16:26.175553 mtc setverdict(pass): none -> pass 04:16:26.175570 mtc Terminating component type Test.dummy_CT. 04:16:26.175587 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:16:26.175647 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:16:26.175672 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:16:26.175689 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:16:26.175706 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:16:26.175721 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:16:26.175736 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:16:26.175752 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:16:26.175767 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:16:26.175783 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:16:26.175798 mtc Port GSMTAP was stopped. 04:16:26.175814 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:16:26.175855 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:16:26.175882 mtc Port BSCVTY was stopped. 04:16:26.175898 mtc Component type Test.dummy_CT was shut down inside testcase TC_telnet. 04:16:26.175912 mtc Waiting for PTCs to finish. 04:16:26.175957 mtc Setting final verdict of the test case. 04:16:26.175978 mtc Local verdict of MTC: pass 04:16:26.175995 mtc No PTCs were created. 04:16:26.176010 mtc Test case TC_telnet finished. Verdict: pass 04:16:26.176048 mtc Executing test case TC_si_default in module Test. 04:16:26.176068 mtc Test case TC_si_default started. 04:16:26.176084 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_default. 04:16:26.176125 mtc Port GSMTAP was started. 04:16:26.176147 mtc Port BSCVTY was started. 04:16:26.176160 mtc Component type Test.dummy_CT was initialized. 04:16:26.176180 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:16:26.176216 mtc Port GSMTAP was mapped to system:GSMTAP. 04:16:26.176248 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:16:26.176268 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:16:26.176309 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:16:26.176461 mtc Port BSCVTY was mapped to system:BSCVTY. 04:16:26.176505 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:16:26.176531 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:16:26.176556 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:16:26.176576 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:16:26.176629 mtc Sent on BSCVTY to system charstring : "enable" 04:16:26.176668 mtc Start timer T: 2 s 04:16:26.176750 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:16:26.176842 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:16:26.176864 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:16:26.176883 mtc Stop timer T: 2 s 04:16:26.176942 mtc Port GSMTAP was cleared. 04:16:26.176987 mtc Start timer T: 8 s 04:16:26.225086 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000040280100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 1 04:16:26.225410 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16424, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 1 04:16:26.225828 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16424, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 1 04:16:26.225953 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:16:26.226355 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:16:26.460674 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000405B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 2 04:16:26.461029 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16475, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 2 04:16:26.461249 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16475, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 2 04:16:26.461342 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:16:26.461639 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:16:26.695997 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000408E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 04:16:26.696482 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16526, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3 04:16:26.696735 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16526, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3 04:16:26.696852 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:16:26.697079 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:16:26.931051 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000040C10100000059061A00000000000000000000000000000000FF9D0400'O } id 4 04:16:26.931342 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16577, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 4 04:16:26.931518 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16577, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 4 04:16:26.931615 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:16:26.931806 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:16:27.166719 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000040F40100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 5 04:16:27.167110 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16628, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 5 04:16:27.167413 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16628, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 5 04:16:27.167534 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:16:27.167866 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:16:27.401850 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000041270100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 6 04:16:27.402118 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16679, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 6 04:16:27.402271 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16679, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 6 04:16:27.402354 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:16:27.402800 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:16:27.637476 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000415A010000005506198FB380000000000000000000000000009D04002B'O } id 7 04:16:27.637872 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16730, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 7 04:16:27.638161 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16730, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 7 04:16:27.638286 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:16:27.638562 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:16:27.872764 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000418D0100000059061A00000000000000000000000000000000FF9D0400'O } id 8 04:16:27.873106 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16781, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 8 04:16:27.873330 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16781, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 8 04:16:27.873429 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:16:27.873736 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:16:28.107867 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000041C00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 9 04:16:28.108164 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16832, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 9 04:16:28.108365 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16832, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 9 04:16:28.108499 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:16:28.108755 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:16:28.343540 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000041F30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 10 04:16:28.343916 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16883, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 10 04:16:28.344157 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16883, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 10 04:16:28.344280 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:16:28.344649 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:16:28.578732 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004226010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 11 04:16:28.579062 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16934, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 11 04:16:28.579290 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16934, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 11 04:16:28.579377 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:16:28.579565 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:16:28.814251 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000042590100000059061A00000000000000000000000000000000FF9D0400'O } id 12 04:16:28.814664 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16985, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 12 04:16:28.814934 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 16985, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 12 04:16:28.815052 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:16:28.815293 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:16:29.049484 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000428C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 13 04:16:29.049852 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17036, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 13 04:16:29.050122 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17036, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 13 04:16:29.050243 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:16:29.050552 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:16:29.284979 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000042BF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 14 04:16:29.285343 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17087, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 14 04:16:29.285573 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17087, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 14 04:16:29.285683 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:16:29.286016 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:16:29.520350 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000042F2010000005506198FB380000000000000000000000000009D04002B'O } id 15 04:16:29.520772 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17138, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 15 04:16:29.520979 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17138, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '5506198FB380000000000000000000000000009D04002B'O } } id 15 04:16:29.521070 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:16:29.521280 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:16:29.755731 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000043250100000059061A00000000000000000000000000000000FF9D0400'O } id 16 04:16:29.756150 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17189, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 16 04:16:29.756491 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17189, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 16 04:16:29.756639 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:16:29.756909 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:16:29.990900 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000043580100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 17 04:16:29.991183 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17240, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 17 04:16:29.991371 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17240, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 17 04:16:29.991454 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:16:29.991751 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:16:30.226133 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000438B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 18 04:16:30.226256 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17291, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 18 04:16:30.226317 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 17291, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 18 04:16:30.226348 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:16:30.226443 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:16:30.461804 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000043BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 19 04:16:30.462180 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 04:16:30.462454 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 04:16:30.462575 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:16:30.462813 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:16:30.697071 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000043F10100000059061A00000000000000000000000000000000FF9D0400'O } id 20 04:16:30.697460 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20 04:16:30.697722 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20 04:16:30.697847 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:16:30.698124 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:16:30.932563 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044240100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 21 04:16:30.932956 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:16:30.933247 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:16:30.933361 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:16:30.933687 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:16:31.167808 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044570100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 22 04:16:31.168248 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 04:16:31.168533 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 04:16:31.168646 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:16:31.168976 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:16:31.403188 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000448A010000005506198FB380000000000000000000000000009D04002B'O } id 23 04:16:31.403574 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 04:16:31.403796 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 04:16:31.403890 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:16:31.404156 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:16:31.638434 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044BD0100000059061A00000000000000000000000000000000FF9D0400'O } id 24 04:16:31.638747 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 04:16:31.638957 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 04:16:31.639032 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:16:31.639237 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:16:31.874025 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000044F00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 25 04:16:31.874427 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 04:16:31.874699 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 04:16:31.874837 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:16:31.875180 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:16:32.109226 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045230100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 26 04:16:32.109581 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 04:16:32.109807 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 04:16:32.109885 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:16:32.110165 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:16:32.344731 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004556010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 27 04:16:32.345144 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 04:16:32.345356 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 04:16:32.345445 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:16:32.345639 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:16:32.579889 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045890100000059061A00000000000000000000000000000000FF9D0400'O } id 28 04:16:32.580207 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 04:16:32.580761 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 04:16:32.580856 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:16:32.581036 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:16:32.815220 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045BC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 29 04:16:32.815512 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 04:16:32.815673 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 04:16:32.815743 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:16:32.815987 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:16:33.050558 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000045EF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 30 04:16:33.050898 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 04:16:33.051116 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 04:16:33.051195 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:16:33.051475 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:16:33.286076 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004622010000005506198FB380000000000000000000000000009D04002B'O } id 31 04:16:33.286470 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:16:33.286696 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:16:33.286799 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:16:33.287055 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:16:33.521348 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046550100000059061A00000000000000000000000000000000FF9D0400'O } id 32 04:16:33.521688 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:16:33.521888 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:16:33.521964 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:16:33.522172 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:16:33.756913 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046880100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 33 04:16:33.757311 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 04:16:33.757596 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 04:16:33.757728 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:16:33.758035 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:16:33.992105 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046BB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 34 04:16:33.992402 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 04:16:33.992623 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 04:16:33.992698 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:16:33.992978 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:16:34.177065 mtc Timeout T: 8 s 04:16:34.177195 mtc "TC_si_default": TC=0 has #of SI=4 04:16:34.177269 mtc "TC_si_default": TC=1 has #of SI=4 04:16:34.177304 mtc "TC_si_default": TC=2 has #of SI=5 04:16:34.177343 mtc "TC_si_default": TC=3 has #of SI=5 04:16:34.177394 mtc "TC_si_default": TC=4 has #of SI=4 04:16:34.177431 mtc "TC_si_default": TC=5 has #of SI=4 04:16:34.177463 mtc "TC_si_default": TC=6 has #of SI=4 04:16:34.177494 mtc "TC_si_default": TC=7 has #of SI=4 04:16:34.177604 mtc setverdict(pass): none -> pass 04:16:34.177699 mtc Terminating component type Test.dummy_CT. 04:16:34.177752 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:16:34.177833 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:16:34.177903 mtc Port GSMTAP was stopped. 04:16:34.177951 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:16:34.178204 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:16:34.178277 mtc Port BSCVTY was stopped. 04:16:34.178321 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_default. 04:16:34.178386 mtc Waiting for PTCs to finish. 04:16:34.178489 mtc Setting final verdict of the test case. 04:16:34.178554 mtc Local verdict of MTC: pass 04:16:34.178604 mtc No PTCs were created. 04:16:34.178645 mtc Test case TC_si_default finished. Verdict: pass 04:16:34.178889 mtc Executing test case TC_si_sched_2bis in module Test. 04:16:34.178995 mtc Test case TC_si_sched_2bis started. 04:16:34.179045 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2bis. 04:16:34.179249 mtc Port GSMTAP was started. 04:16:34.179310 mtc Port BSCVTY was started. 04:16:34.179353 mtc Component type Test.dummy_CT was initialized. 04:16:34.179403 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:16:34.179575 mtc Port GSMTAP was mapped to system:GSMTAP. 04:16:34.179815 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:16:34.179982 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:16:34.180131 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:16:34.180738 mtc Port BSCVTY was mapped to system:BSCVTY. 04:16:34.180897 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:16:34.181012 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:16:34.181086 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:16:34.181146 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:16:34.181301 mtc Sent on BSCVTY to system charstring : "enable" 04:16:34.181420 mtc Start timer T: 2 s 04:16:34.181596 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:16:34.181741 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:16:34.181798 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:16:34.181847 mtc Stop timer T: 2 s 04:16:34.181919 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:34.182013 mtc Start timer T: 2 s 04:16:34.182355 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:16:34.182559 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:16:34.182607 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:16:34.182642 mtc Stop timer T: 2 s 04:16:34.182709 mtc Sent on BSCVTY to system charstring : "network" 04:16:34.182807 mtc Start timer T: 2 s 04:16:34.183005 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:16:34.183073 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:16:34.183241 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:16:34.183281 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:16:34.183394 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:16:34.183426 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:16:34.183451 mtc Stop timer T: 2 s 04:16:34.183502 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:34.183572 mtc Start timer T: 2 s 04:16:34.183767 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:16:34.183838 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:16:34.184069 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:16:34.184128 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:16:34.184309 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:16:34.184366 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:16:34.184449 mtc Stop timer T: 2 s 04:16:34.184536 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static" 04:16:34.184630 mtc Start timer T: 2 s 04:16:34.184931 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 04:16:34.185001 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:16:34.185186 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 04:16:34.185233 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:16:34.185396 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:16:34.185451 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:16:34.185496 mtc Stop timer T: 2 s 04:16:34.185543 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" 04:16:34.185566 mtc Start timer T: 2 s 04:16:34.185647 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:16:34.185663 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 04:16:34.185738 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:16:34.185753 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:16:34.185794 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 04:16:34.185808 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:16:34.185819 mtc Stop timer T: 2 s 04:16:34.185838 mtc Sent on BSCVTY to system charstring : "end" 04:16:34.185861 mtc Start timer T: 2 s 04:16:34.185902 mtc Message enqueued on BSCVTY from system charstring : " end" id 11 04:16:34.185917 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 04:16:34.185955 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 04:16:34.185966 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:16:34.185983 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 04:16:34.185991 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:16:34.185998 mtc Stop timer T: 2 s 04:16:34.186008 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:34.186024 mtc Start timer T: 2 s 04:16:34.186076 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 04:16:34.186120 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 04:16:34.186131 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:16:34.186138 mtc Stop timer T: 2 s 04:16:34.186150 mtc Sent on BSCVTY to system charstring : "network" 04:16:34.186166 mtc Start timer T: 2 s 04:16:34.186214 mtc Message enqueued on BSCVTY from system charstring : " network" id 14 04:16:34.186238 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 04:16:34.186336 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 04:16:34.186350 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:16:34.186405 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 04:16:34.186417 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:16:34.186435 mtc Stop timer T: 2 s 04:16:34.186449 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:34.186474 mtc Start timer T: 2 s 04:16:34.186516 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16 04:16:34.186533 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:16:34.186587 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 04:16:34.186614 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:16:34.186649 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:16:34.186663 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:16:34.186674 mtc Stop timer T: 2 s 04:16:34.186690 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:16:34.186707 mtc Start timer T: 2 s 04:16:34.186769 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 18 04:16:34.186801 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 04:16:34.186878 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 18 04:16:34.186892 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:16:34.186950 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 04:16:34.186977 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:16:34.186990 mtc Stop timer T: 2 s 04:16:34.187006 mtc Sent on BSCVTY to system charstring : "end" 04:16:34.187036 mtc Start timer T: 2 s 04:16:34.187076 mtc Message enqueued on BSCVTY from system charstring : " end" id 20 04:16:34.187106 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 04:16:34.187178 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20 04:16:34.187193 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:16:34.187229 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 04:16:34.187242 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:16:34.187253 mtc Stop timer T: 2 s 04:16:34.187280 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:34.187302 mtc Start timer T: 2 s 04:16:34.187348 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22 04:16:34.187400 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22 04:16:34.187427 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:16:34.187438 mtc Stop timer T: 2 s 04:16:34.187454 mtc Sent on BSCVTY to system charstring : "network" 04:16:34.187499 mtc Start timer T: 2 s 04:16:34.187553 mtc Message enqueued on BSCVTY from system charstring : " network" id 23 04:16:34.187570 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24 04:16:34.187643 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23 04:16:34.187665 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:16:34.187724 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24 04:16:34.187739 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:16:34.187750 mtc Stop timer T: 2 s 04:16:34.187783 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:34.187807 mtc Start timer T: 2 s 04:16:34.187862 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 25 04:16:34.187891 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 04:16:34.187945 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25 04:16:34.187959 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:16:34.187995 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 04:16:34.188007 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:16:34.188017 mtc Stop timer T: 2 s 04:16:34.188037 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:16:34.188111 mtc Start timer T: 2 s 04:16:34.188146 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27 04:16:34.188163 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 04:16:34.188224 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27 04:16:34.188240 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:16:34.188285 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 04:16:34.188300 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:16:34.188312 mtc Stop timer T: 2 s 04:16:34.188331 mtc Sent on BSCVTY to system charstring : "end" 04:16:34.188354 mtc Start timer T: 2 s 04:16:34.188402 mtc Message enqueued on BSCVTY from system charstring : " end" id 29 04:16:34.188428 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30 04:16:34.188469 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29 04:16:34.188480 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:16:34.188496 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30 04:16:34.188506 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:16:34.188516 mtc Stop timer T: 2 s 04:16:34.188534 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:34.188559 mtc Start timer T: 2 s 04:16:34.188609 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31 04:16:34.188666 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31 04:16:34.188683 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:16:34.188696 mtc Stop timer T: 2 s 04:16:34.188721 mtc Sent on BSCVTY to system charstring : "network" 04:16:34.188746 mtc Start timer T: 2 s 04:16:34.188788 mtc Message enqueued on BSCVTY from system charstring : " network" id 32 04:16:34.188805 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33 04:16:34.188845 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32 04:16:34.188856 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:16:34.188885 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33 04:16:34.188894 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:16:34.188902 mtc Stop timer T: 2 s 04:16:34.188915 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:34.188933 mtc Start timer T: 2 s 04:16:34.188977 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 34 04:16:34.188993 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 04:16:34.189033 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34 04:16:34.189043 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:16:34.189072 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 04:16:34.189082 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:16:34.189088 mtc Stop timer T: 2 s 04:16:34.189105 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:16:34.189123 mtc Start timer T: 2 s 04:16:34.189194 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:16:34.189212 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 04:16:34.189270 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:16:34.189282 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:16:34.189311 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 04:16:34.189321 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:16:34.189329 mtc Stop timer T: 2 s 04:16:34.189341 mtc Sent on BSCVTY to system charstring : "end" 04:16:34.189359 mtc Start timer T: 2 s 04:16:34.189401 mtc Message enqueued on BSCVTY from system charstring : " end" id 38 04:16:34.189417 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 04:16:34.189456 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38 04:16:34.189466 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:16:34.189482 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 04:16:34.189491 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:16:34.189498 mtc Stop timer T: 2 s 04:16:34.189507 mtc Sent on BSCVTY to system charstring : "write terminal" 04:16:34.189525 mtc Start timer T: 2 s 04:16:34.189869 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:16:34.189915 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 04:16:34.191321 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:16:34.191363 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:16:34.191380 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 04:16:34.191389 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:16:34.191396 mtc Stop timer T: 2 s 04:16:34.191410 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:16:34.191429 mtc Start timer T: 2 s 04:16:34.191556 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42 04:16:34.191602 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42 04:16:34.191619 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:16:34.191632 mtc Stop timer T: 2 s 04:16:34.191649 mtc Start timer T: 1 s 04:16:34.227316 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000046EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 1 04:16:34.227453 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 04:16:34.462829 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000472101000000550602BFE809B3FF00000000000000000000007900002B'O } id 2 04:16:34.463125 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 2 04:16:34.698374 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047540100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 3 04:16:34.698731 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 3 04:16:34.933567 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047870100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4 04:16:34.933889 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 4 04:16:35.168890 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047BA010000005506198FB380000000000000000000000000009D04002B'O } id 5 04:16:35.169128 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:16:35.191669 mtc Timeout T: 1 s 04:16:35.191856 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:16:35.191933 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:16:35.191976 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:16:35.192004 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:16:35.192032 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:16:35.192068 mtc Port GSMTAP was cleared. 04:16:35.192117 mtc Start timer T: 8 s 04:16:35.404529 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000047ED0100000059061A00000000000000000000000000000000FF9D0400'O } id 6 04:16:35.404846 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:16:35.405083 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:16:35.405182 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:16:35.405435 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:16:35.639671 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048200100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 7 04:16:35.640010 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7 04:16:35.640210 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7 04:16:35.640289 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:16:35.640604 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:16:35.874999 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048530100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8 04:16:35.875333 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8 04:16:35.875540 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 8 04:16:35.875622 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:16:35.875906 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:16:36.110371 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004886010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 9 04:16:36.110666 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 04:16:36.110835 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 04:16:36.110935 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:16:36.111144 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:16:36.345744 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048B901000000550602BFE809B3FF00000000000000000000007900002B'O } id 10 04:16:36.346065 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 10 04:16:36.346270 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 10 04:16:36.346362 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:16:36.346619 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:16:36.581224 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000048EC0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 11 04:16:36.581607 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 11 04:16:36.581871 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 11 04:16:36.582008 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:16:36.582262 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:16:36.816713 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000491F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 12 04:16:36.817100 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12 04:16:36.817343 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 12 04:16:36.817446 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:16:36.817771 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:16:37.051843 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004952010000005506198FB380000000000000000000000000009D04002B'O } id 13 04:16:37.052150 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:16:37.052342 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:16:37.052499 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:16:37.052729 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:16:37.287216 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000049850100000059061A00000000000000000000000000000000FF9D0400'O } id 14 04:16:37.287596 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 04:16:37.287824 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 04:16:37.287925 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:16:37.288172 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:16:37.522587 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000049B80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 15 04:16:37.522917 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 15 04:16:37.523116 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 15 04:16:37.523230 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:16:37.523542 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:16:37.757944 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000049EB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 16 04:16:37.758271 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16 04:16:37.758473 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 16 04:16:37.758554 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:16:37.758867 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:16:37.993256 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004A1E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 17 04:16:37.993501 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 04:16:37.993678 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 04:16:37.993754 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:16:37.993952 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:16:38.228666 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004A5101000000550602BFE809B3FF00000000000000000000007900002B'O } id 18 04:16:38.228946 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 18 04:16:38.229105 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 18 04:16:38.229171 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:16:38.229349 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:16:38.464095 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004A840100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 19 04:16:38.464468 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 19 04:16:38.464681 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 19 04:16:38.464764 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:16:38.465006 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:16:38.699441 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004AB70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 20 04:16:38.699764 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20 04:16:38.699998 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 20 04:16:38.700115 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:16:38.700570 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:16:38.934782 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004AEA010000005506198FB380000000000000000000000000009D04002B'O } id 21 04:16:38.935127 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:16:38.935332 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:16:38.935413 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:16:38.935681 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:16:39.170129 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004B1D0100000059061A00000000000000000000000000000000FF9D0400'O } id 22 04:16:39.170455 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 04:16:39.170659 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 04:16:39.170738 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:16:39.170959 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:16:39.405693 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004B500100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 23 04:16:39.406072 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 23 04:16:39.406392 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 23 04:16:39.406521 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:16:39.406823 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:16:39.641055 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004B830100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 24 04:16:39.641430 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24 04:16:39.641667 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 24 04:16:39.641776 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:16:39.642096 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:16:39.876238 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004BB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 25 04:16:39.876828 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 04:16:39.877035 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 04:16:39.877148 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:16:39.877419 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:16:40.111770 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004BE901000000550602BFE809B3FF00000000000000000000007900002B'O } id 26 04:16:40.112103 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 26 04:16:40.112349 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 26 04:16:40.112513 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:16:40.112756 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:16:40.347143 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C1C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 27 04:16:40.347585 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 27 04:16:40.347853 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 27 04:16:40.347951 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:16:40.348282 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:16:40.582318 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C4F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 28 04:16:40.582635 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28 04:16:40.582850 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 28 04:16:40.582947 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:16:40.583240 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:16:40.817839 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004C82010000005506198FB380000000000000000000000000009D04002B'O } id 29 04:16:40.818212 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 04:16:40.818535 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 04:16:40.818658 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:16:40.818933 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:16:41.053116 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004CB50100000059061A00000000000000000000000000000000FF9D0400'O } id 30 04:16:41.053440 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 04:16:41.053617 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 04:16:41.053700 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:16:41.053967 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:16:41.288631 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004CE80100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 31 04:16:41.288986 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:16:41.289191 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:16:41.289305 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:16:41.289586 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:16:41.523847 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D1B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 32 04:16:41.524260 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:16:41.524534 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:16:41.524580 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:16:41.524708 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:16:41.759318 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D4E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 33 04:16:41.759650 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 04:16:41.759897 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 04:16:41.760028 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:16:41.760286 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:16:41.994706 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004D8101000000550602BFE809B3FF00000000000000000000007900002B'O } id 34 04:16:41.995121 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 04:16:41.995393 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 04:16:41.995517 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:16:41.995772 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:16:42.229860 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004DB40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 35 04:16:42.230157 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 04:16:42.230361 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 04:16:42.230451 mtc Message with id 35 was extracted from the queue of GSMTAP. 04:16:42.230741 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:16:42.465241 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004DE70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 36 04:16:42.465597 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 04:16:42.465818 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 04:16:42.465931 mtc Message with id 36 was extracted from the queue of GSMTAP. 04:16:42.466245 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:16:42.700810 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E1A010000005506198FB380000000000000000000000000009D04002B'O } id 37 04:16:42.701193 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 04:16:42.701460 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 04:16:42.701559 mtc Message with id 37 was extracted from the queue of GSMTAP. 04:16:42.701810 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:16:42.935965 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E4D0100000059061A00000000000000000000000000000000FF9D0400'O } id 38 04:16:42.936264 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 04:16:42.936480 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 04:16:42.936590 mtc Message with id 38 was extracted from the queue of GSMTAP. 04:16:42.936830 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:16:43.171341 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004E800100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 39 04:16:43.171691 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 04:16:43.171896 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 04:16:43.171983 mtc Message with id 39 was extracted from the queue of GSMTAP. 04:16:43.172251 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:16:43.192187 mtc Timeout T: 8 s 04:16:43.192269 mtc "TC_si_sched_2bis": TC=0 has #of SI=4 04:16:43.192342 mtc "TC_si_sched_2bis": TC=1 has #of SI=5 04:16:43.192400 mtc "TC_si_sched_2bis": TC=2 has #of SI=5 04:16:43.192486 mtc "TC_si_sched_2bis": TC=3 has #of SI=4 04:16:43.192539 mtc "TC_si_sched_2bis": TC=4 has #of SI=4 04:16:43.192594 mtc "TC_si_sched_2bis": TC=5 has #of SI=4 04:16:43.192676 mtc "TC_si_sched_2bis": TC=6 has #of SI=4 04:16:43.192729 mtc "TC_si_sched_2bis": TC=7 has #of SI=4 04:16:43.192804 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:43.192926 mtc Start timer T: 2 s 04:16:43.193236 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43 04:16:43.193531 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43 04:16:43.193639 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:16:43.193712 mtc Stop timer T: 2 s 04:16:43.193774 mtc Sent on BSCVTY to system charstring : "network" 04:16:43.193847 mtc Start timer T: 2 s 04:16:43.194137 mtc Message enqueued on BSCVTY from system charstring : " network" id 44 04:16:43.194228 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45 04:16:43.194400 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44 04:16:43.194440 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:16:43.194583 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45 04:16:43.194654 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:16:43.194704 mtc Stop timer T: 2 s 04:16:43.194781 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:43.194887 mtc Start timer T: 2 s 04:16:43.195126 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 46 04:16:43.195234 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 04:16:43.195470 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46 04:16:43.195530 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:16:43.195675 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 04:16:43.195724 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:16:43.195762 mtc Stop timer T: 2 s 04:16:43.195831 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:16:43.195932 mtc Start timer T: 2 s 04:16:43.196356 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48 04:16:43.196486 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 04:16:43.196748 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48 04:16:43.196816 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:16:43.196994 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 04:16:43.197059 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:16:43.197109 mtc Stop timer T: 2 s 04:16:43.197173 mtc Sent on BSCVTY to system charstring : "end" 04:16:43.197251 mtc Start timer T: 2 s 04:16:43.197474 mtc Message enqueued on BSCVTY from system charstring : " end" id 50 04:16:43.197561 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51 04:16:43.197798 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50 04:16:43.197856 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:16:43.197953 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51 04:16:43.198013 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:16:43.198062 mtc Stop timer T: 2 s 04:16:43.198133 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:43.198241 mtc Start timer T: 2 s 04:16:43.198472 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52 04:16:43.198737 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52 04:16:43.198803 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:16:43.198857 mtc Stop timer T: 2 s 04:16:43.198942 mtc Sent on BSCVTY to system charstring : "network" 04:16:43.199053 mtc Start timer T: 2 s 04:16:43.199466 mtc Message enqueued on BSCVTY from system charstring : " network" id 53 04:16:43.199556 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54 04:16:43.199748 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53 04:16:43.199804 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:16:43.199996 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54 04:16:43.200041 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:16:43.200083 mtc Stop timer T: 2 s 04:16:43.200148 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:43.200240 mtc Start timer T: 2 s 04:16:43.200451 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 55 04:16:43.200543 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 04:16:43.200773 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55 04:16:43.200841 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:16:43.201019 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 04:16:43.201076 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:16:43.201124 mtc Stop timer T: 2 s 04:16:43.201207 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:16:43.201318 mtc Start timer T: 2 s 04:16:43.201712 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57 04:16:43.201789 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 04:16:43.202060 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57 04:16:43.202118 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:16:43.202296 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 04:16:43.202355 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:16:43.202402 mtc Stop timer T: 2 s 04:16:43.202478 mtc Sent on BSCVTY to system charstring : "end" 04:16:43.202536 mtc Start timer T: 2 s 04:16:43.202583 mtc Message enqueued on BSCVTY from system charstring : " end" id 59 04:16:43.202599 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60 04:16:43.202639 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59 04:16:43.202649 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:16:43.202664 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60 04:16:43.202673 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:16:43.202681 mtc Stop timer T: 2 s 04:16:43.202693 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:43.202712 mtc Start timer T: 2 s 04:16:43.202774 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61 04:16:43.202820 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61 04:16:43.202833 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:16:43.202847 mtc Stop timer T: 2 s 04:16:43.202860 mtc Sent on BSCVTY to system charstring : "network" 04:16:43.202877 mtc Start timer T: 2 s 04:16:43.202945 mtc Message enqueued on BSCVTY from system charstring : " network" id 62 04:16:43.202963 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63 04:16:43.203006 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62 04:16:43.203020 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:16:43.203067 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63 04:16:43.203084 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:16:43.203108 mtc Stop timer T: 2 s 04:16:43.203126 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:43.203153 mtc Start timer T: 2 s 04:16:43.203214 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 64 04:16:43.203237 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 04:16:43.203292 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64 04:16:43.203310 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:16:43.203352 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 04:16:43.203369 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:16:43.203382 mtc Stop timer T: 2 s 04:16:43.203396 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:16:43.203420 mtc Start timer T: 2 s 04:16:43.203484 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66 04:16:43.203500 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 04:16:43.203539 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66 04:16:43.203548 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:16:43.203575 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 04:16:43.203584 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:16:43.203592 mtc Stop timer T: 2 s 04:16:43.203608 mtc Sent on BSCVTY to system charstring : "end" 04:16:43.203631 mtc Start timer T: 2 s 04:16:43.203671 mtc Message enqueued on BSCVTY from system charstring : " end" id 68 04:16:43.203686 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69 04:16:43.203723 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68 04:16:43.203732 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:16:43.203746 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69 04:16:43.203753 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:16:43.203759 mtc Stop timer T: 2 s 04:16:43.203768 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:43.203785 mtc Start timer T: 2 s 04:16:43.203839 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70 04:16:43.203881 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70 04:16:43.203890 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:16:43.203897 mtc Stop timer T: 2 s 04:16:43.203911 mtc Sent on BSCVTY to system charstring : "network" 04:16:43.203933 mtc Start timer T: 2 s 04:16:43.203979 mtc Message enqueued on BSCVTY from system charstring : " network" id 71 04:16:43.203997 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72 04:16:43.204051 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71 04:16:43.204065 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:16:43.204106 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72 04:16:43.204119 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:16:43.204131 mtc Stop timer T: 2 s 04:16:43.204149 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:43.204171 mtc Start timer T: 2 s 04:16:43.204220 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 73 04:16:43.204234 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 04:16:43.204288 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73 04:16:43.204301 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:16:43.204342 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 04:16:43.204355 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:16:43.204367 mtc Stop timer T: 2 s 04:16:43.204385 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:16:43.204406 mtc Start timer T: 2 s 04:16:43.204494 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:16:43.204511 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 04:16:43.204583 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:16:43.204595 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:16:43.204629 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 04:16:43.204639 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:16:43.204645 mtc Stop timer T: 2 s 04:16:43.204661 mtc Sent on BSCVTY to system charstring : "end" 04:16:43.204679 mtc Start timer T: 2 s 04:16:43.204716 mtc Message enqueued on BSCVTY from system charstring : " end" id 77 04:16:43.204744 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 04:16:43.204796 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77 04:16:43.204810 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:16:43.204830 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 04:16:43.204841 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:16:43.204850 mtc Stop timer T: 2 s 04:16:43.204863 mtc Sent on BSCVTY to system charstring : "write terminal" 04:16:43.204885 mtc Start timer T: 2 s 04:16:43.205222 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:16:43.205265 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 04:16:43.206531 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:16:43.206568 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:16:43.206587 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 04:16:43.206600 mtc Message with id 80 was extracted from the queue of BSCVTY. 04:16:43.206610 mtc Stop timer T: 2 s 04:16:43.206626 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:16:43.206645 mtc Start timer T: 2 s 04:16:43.206801 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81 04:16:43.206838 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81 04:16:43.206857 mtc Message with id 81 was extracted from the queue of BSCVTY. 04:16:43.206867 mtc Stop timer T: 2 s 04:16:43.206875 mtc Start timer T: 1 s 04:16:43.406806 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004EB30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 40 04:16:43.407184 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 04:16:43.642262 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004EE6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 41 04:16:43.642624 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 41 04:16:43.877516 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F190100000059061A00000000000000000000000000000000FF9D0400'O } id 42 04:16:43.877889 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 20249, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 42 04:16:44.112865 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F4C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 43 04:16:44.113238 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 43 04:16:44.206889 mtc Timeout T: 1 s 04:16:44.207050 mtc setverdict(pass): none -> pass 04:16:44.207189 mtc Terminating component type Test.dummy_CT. 04:16:44.207256 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:16:44.207372 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:16:44.207463 mtc Message with id 40 was extracted from the queue of GSMTAP. 04:16:44.207532 mtc Message with id 41 was extracted from the queue of GSMTAP. 04:16:44.207587 mtc Message with id 42 was extracted from the queue of GSMTAP. 04:16:44.207636 mtc Message with id 43 was extracted from the queue of GSMTAP. 04:16:44.207664 mtc Port GSMTAP was stopped. 04:16:44.207696 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:16:44.207827 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:16:44.207897 mtc Port BSCVTY was stopped. 04:16:44.207949 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2bis. 04:16:44.208032 mtc Waiting for PTCs to finish. 04:16:44.208197 mtc Setting final verdict of the test case. 04:16:44.208269 mtc Local verdict of MTC: pass 04:16:44.208327 mtc No PTCs were created. 04:16:44.208384 mtc Test case TC_si_sched_2bis finished. Verdict: pass 04:16:44.208589 mtc Executing test case TC_si_sched_2ter in module Test. 04:16:44.208701 mtc Test case TC_si_sched_2ter started. 04:16:44.208768 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter. 04:16:44.208861 mtc Port GSMTAP was started. 04:16:44.208913 mtc Port BSCVTY was started. 04:16:44.208937 mtc Component type Test.dummy_CT was initialized. 04:16:44.208972 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:16:44.209193 mtc Port GSMTAP was mapped to system:GSMTAP. 04:16:44.209333 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:16:44.209413 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:16:44.209562 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:16:44.210007 mtc Port BSCVTY was mapped to system:BSCVTY. 04:16:44.210150 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:16:44.210239 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:16:44.210310 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:16:44.210374 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:16:44.210541 mtc Sent on BSCVTY to system charstring : "enable" 04:16:44.210667 mtc Start timer T: 2 s 04:16:44.210850 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:16:44.210971 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:16:44.211021 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:16:44.211054 mtc Stop timer T: 2 s 04:16:44.211098 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:44.211176 mtc Start timer T: 2 s 04:16:44.211524 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:16:44.211594 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:16:44.211611 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:16:44.211627 mtc Stop timer T: 2 s 04:16:44.211652 mtc Sent on BSCVTY to system charstring : "network" 04:16:44.211684 mtc Start timer T: 2 s 04:16:44.211758 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:16:44.211793 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:16:44.211849 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:16:44.211865 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:16:44.211916 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:16:44.211936 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:16:44.211953 mtc Stop timer T: 2 s 04:16:44.211979 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:44.212008 mtc Start timer T: 2 s 04:16:44.212078 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:16:44.212101 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:16:44.212179 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:16:44.212198 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:16:44.212257 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:16:44.212274 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:16:44.212290 mtc Stop timer T: 2 s 04:16:44.212317 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:16:44.212348 mtc Start timer T: 2 s 04:16:44.212475 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 04:16:44.212498 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:16:44.212563 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 04:16:44.212578 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:16:44.212617 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:16:44.212629 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:16:44.212640 mtc Stop timer T: 2 s 04:16:44.212655 mtc Sent on BSCVTY to system charstring : "end" 04:16:44.212679 mtc Start timer T: 2 s 04:16:44.212738 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:16:44.212758 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:16:44.212813 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:16:44.212836 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:16:44.212871 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:16:44.212888 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:16:44.212903 mtc Stop timer T: 2 s 04:16:44.212929 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:44.212960 mtc Start timer T: 2 s 04:16:44.213028 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 04:16:44.213092 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 04:16:44.213107 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:16:44.213118 mtc Stop timer T: 2 s 04:16:44.213134 mtc Sent on BSCVTY to system charstring : "network" 04:16:44.213157 mtc Start timer T: 2 s 04:16:44.213210 mtc Message enqueued on BSCVTY from system charstring : " network" id 12 04:16:44.213230 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 04:16:44.213280 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 04:16:44.213292 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:16:44.213326 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 04:16:44.213337 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:16:44.213345 mtc Stop timer T: 2 s 04:16:44.213361 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:44.213384 mtc Start timer T: 2 s 04:16:44.213438 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14 04:16:44.213459 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 04:16:44.213513 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 04:16:44.213526 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:16:44.213562 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 04:16:44.213575 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:16:44.213586 mtc Stop timer T: 2 s 04:16:44.213604 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static" 04:16:44.213628 mtc Start timer T: 2 s 04:16:44.213709 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 16 04:16:44.213731 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:16:44.213790 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 16 04:16:44.213804 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:16:44.213842 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:16:44.213854 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:16:44.213863 mtc Stop timer T: 2 s 04:16:44.213884 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" 04:16:44.213908 mtc Start timer T: 2 s 04:16:44.214000 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18 04:16:44.214022 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 04:16:44.214091 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 18 04:16:44.214107 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:16:44.214147 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 04:16:44.214160 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:16:44.214169 mtc Stop timer T: 2 s 04:16:44.214183 mtc Sent on BSCVTY to system charstring : "end" 04:16:44.214208 mtc Start timer T: 2 s 04:16:44.214265 mtc Message enqueued on BSCVTY from system charstring : " end" id 20 04:16:44.214285 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 21 04:16:44.214335 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 20 04:16:44.214349 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:16:44.214369 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 21 04:16:44.214380 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:16:44.214390 mtc Stop timer T: 2 s 04:16:44.214407 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:44.214441 mtc Start timer T: 2 s 04:16:44.214551 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 22 04:16:44.214656 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 22 04:16:44.214678 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:16:44.214691 mtc Stop timer T: 2 s 04:16:44.214717 mtc Sent on BSCVTY to system charstring : "network" 04:16:44.214749 mtc Start timer T: 2 s 04:16:44.214812 mtc Message enqueued on BSCVTY from system charstring : " network" id 23 04:16:44.214834 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 24 04:16:44.214891 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 23 04:16:44.214905 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:16:44.214945 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 24 04:16:44.214958 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:16:44.214969 mtc Stop timer T: 2 s 04:16:44.214986 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:44.215010 mtc Start timer T: 2 s 04:16:44.215072 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 25 04:16:44.215094 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 04:16:44.215148 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 25 04:16:44.215162 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:16:44.215201 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 04:16:44.215212 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:16:44.215221 mtc Stop timer T: 2 s 04:16:44.215237 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:16:44.215261 mtc Start timer T: 2 s 04:16:44.215346 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 27 04:16:44.215368 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 04:16:44.215422 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 27 04:16:44.215436 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:16:44.215475 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 04:16:44.215488 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:16:44.215498 mtc Stop timer T: 2 s 04:16:44.215514 mtc Sent on BSCVTY to system charstring : "end" 04:16:44.215538 mtc Start timer T: 2 s 04:16:44.215594 mtc Message enqueued on BSCVTY from system charstring : " end" id 29 04:16:44.215614 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 30 04:16:44.215666 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 29 04:16:44.215680 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:16:44.215701 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 30 04:16:44.215713 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:16:44.215722 mtc Stop timer T: 2 s 04:16:44.215737 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:44.215761 mtc Start timer T: 2 s 04:16:44.215826 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 31 04:16:44.215886 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 31 04:16:44.215901 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:16:44.215912 mtc Stop timer T: 2 s 04:16:44.215926 mtc Sent on BSCVTY to system charstring : "network" 04:16:44.215951 mtc Start timer T: 2 s 04:16:44.216004 mtc Message enqueued on BSCVTY from system charstring : " network" id 32 04:16:44.216024 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 33 04:16:44.216078 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 32 04:16:44.216092 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:16:44.216130 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 33 04:16:44.216142 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:16:44.216150 mtc Stop timer T: 2 s 04:16:44.216165 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:44.216189 mtc Start timer T: 2 s 04:16:44.216244 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 34 04:16:44.216265 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 04:16:44.216317 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 34 04:16:44.216331 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:16:44.216386 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 04:16:44.216407 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:16:44.216437 mtc Stop timer T: 2 s 04:16:44.216469 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:16:44.216501 mtc Start timer T: 2 s 04:16:44.216595 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:16:44.216624 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 04:16:44.216698 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:16:44.216714 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:16:44.216751 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 04:16:44.216763 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:16:44.216771 mtc Stop timer T: 2 s 04:16:44.216785 mtc Sent on BSCVTY to system charstring : "end" 04:16:44.216810 mtc Start timer T: 2 s 04:16:44.216867 mtc Message enqueued on BSCVTY from system charstring : " end" id 38 04:16:44.216885 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 04:16:44.216937 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 38 04:16:44.216950 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:16:44.216969 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 04:16:44.216979 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:16:44.216987 mtc Stop timer T: 2 s 04:16:44.216999 mtc Sent on BSCVTY to system charstring : "write terminal" 04:16:44.217022 mtc Start timer T: 2 s 04:16:44.217458 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:16:44.217540 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 04:16:44.219612 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:16:44.219663 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:16:44.219686 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 04:16:44.219697 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:16:44.219705 mtc Stop timer T: 2 s 04:16:44.219722 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:16:44.219745 mtc Start timer T: 2 s 04:16:44.219894 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 42 04:16:44.219943 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 42 04:16:44.219963 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:16:44.219982 mtc Stop timer T: 2 s 04:16:44.220002 mtc Start timer T: 1 s 04:16:44.348145 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004F7F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:16:44.348381 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 04:16:44.583753 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004FB2010000005506198FB380000000000000000000000000009D04002B'O } id 2 04:16:44.584095 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 04:16:44.818752 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000004FE50100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:16:44.818857 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 04:16:45.054121 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050180100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 4 04:16:45.054219 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 4 04:16:45.220025 mtc Timeout T: 1 s 04:16:45.220122 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:16:45.220145 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:16:45.220157 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:16:45.220169 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:16:45.220181 mtc Port GSMTAP was cleared. 04:16:45.220199 mtc Start timer T: 8 s 04:16:45.289831 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000504B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:16:45.290168 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:16:45.290373 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:16:45.290460 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:16:45.290774 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:16:45.525072 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000507E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:16:45.525463 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:16:45.525689 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:16:45.525800 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:16:45.526021 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:16:45.760360 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050B101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 7 04:16:45.760750 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 7 04:16:45.760922 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 7 04:16:45.760990 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:16:45.761167 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:16:45.995917 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000050E40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 8 04:16:45.996287 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 8 04:16:45.996596 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 8 04:16:45.996708 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:16:45.996991 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:16:46.231138 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051170100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 9 04:16:46.231303 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 04:16:46.231426 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 04:16:46.231489 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:16:46.231707 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:16:46.466649 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000514A010000005506198FB380000000000000000000000000009D04002B'O } id 10 04:16:46.466995 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 04:16:46.467258 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 04:16:46.467398 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:16:46.467658 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:16:46.701917 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000517D0100000059061A00000000000000000000000000000000FF9D0400'O } id 11 04:16:46.702276 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11 04:16:46.702538 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11 04:16:46.702632 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:16:46.702831 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:16:46.937354 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051B00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 12 04:16:46.937694 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 12 04:16:46.937959 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 12 04:16:46.938094 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:16:46.938421 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:16:47.172627 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000051E30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 13 04:16:47.172899 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:16:47.173107 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:16:47.173207 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:16:47.173505 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:16:47.408105 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005216010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 14 04:16:47.408490 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 04:16:47.408770 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 04:16:47.408891 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:16:47.409136 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:16:47.643462 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000524901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 15 04:16:47.643798 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 15 04:16:47.644001 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 15 04:16:47.644107 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:16:47.644396 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:16:47.878736 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000527C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 16 04:16:47.879070 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 16 04:16:47.879278 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 16 04:16:47.879364 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:16:47.879632 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:16:48.114224 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000052AF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 17 04:16:48.114614 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 04:16:48.114887 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 04:16:48.114999 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:16:48.115356 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:16:48.349584 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000052E2010000005506198FB380000000000000000000000000009D04002B'O } id 18 04:16:48.349923 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 04:16:48.350130 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 04:16:48.350228 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:16:48.350531 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:16:48.584947 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053150100000059061A00000000000000000000000000000000FF9D0400'O } id 19 04:16:48.585337 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 04:16:48.585625 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 04:16:48.585765 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:16:48.586025 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:16:48.820294 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053480100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 20 04:16:48.820776 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 20 04:16:48.821070 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 20 04:16:48.821171 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:16:48.821482 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:16:49.055650 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000537B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 21 04:16:49.056049 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:16:49.056301 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:16:49.056475 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:16:49.056814 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:16:49.291022 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053AE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 22 04:16:49.291422 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 04:16:49.291667 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 04:16:49.291797 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:16:49.292032 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:16:49.526393 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000053E101000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 23 04:16:49.526739 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 23 04:16:49.526942 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 23 04:16:49.527065 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:16:49.527376 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:16:49.761776 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054140100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 24 04:16:49.762139 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 24 04:16:49.762408 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 24 04:16:49.762528 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:16:49.762881 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:16:49.997135 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054470100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 25 04:16:49.997523 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 04:16:49.997796 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 04:16:49.997947 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:16:49.998239 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:16:50.232389 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000547A010000005506198FB380000000000000000000000000009D04002B'O } id 26 04:16:50.232757 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 04:16:50.233035 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 04:16:50.233151 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:16:50.233420 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:16:50.467825 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054AD0100000059061A00000000000000000000000000000000FF9D0400'O } id 27 04:16:50.468179 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 04:16:50.468462 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 04:16:50.468642 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:16:50.468953 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:16:50.703233 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000054E00100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 28 04:16:50.703553 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 28 04:16:50.703758 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 28 04:16:50.703844 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:16:50.704164 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:16:50.938582 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055130100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 29 04:16:50.938937 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 04:16:50.939203 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 04:16:50.939325 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:16:50.939655 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:16:51.173960 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005546010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 30 04:16:51.174351 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 04:16:51.174611 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 04:16:51.174738 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:16:51.174977 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:16:51.409222 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000557901000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 31 04:16:51.409551 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:16:51.409814 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:16:51.409935 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:16:51.410163 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:16:51.644763 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055AC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 32 04:16:51.645032 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:16:51.645229 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:16:51.645316 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:16:51.645567 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:16:51.879903 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000055DF0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 33 04:16:51.880230 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 04:16:51.880510 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 04:16:51.880620 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:16:51.880919 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:16:52.115193 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005612010000005506198FB380000000000000000000000000009D04002B'O } id 34 04:16:52.115489 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 04:16:52.115687 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 04:16:52.115768 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:16:52.115970 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:16:52.350525 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056450100000059061A00000000000000000000000000000000FF9D0400'O } id 35 04:16:52.350773 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 04:16:52.350950 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 04:16:52.351049 mtc Message with id 35 was extracted from the queue of GSMTAP. 04:16:52.351259 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:16:52.585958 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056780100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 36 04:16:52.586252 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 04:16:52.586422 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 04:16:52.586502 mtc Message with id 36 was extracted from the queue of GSMTAP. 04:16:52.586750 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:16:52.821451 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056AB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 37 04:16:52.821834 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 04:16:52.822034 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 04:16:52.822122 mtc Message with id 37 was extracted from the queue of GSMTAP. 04:16:52.822425 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:16:53.056635 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000056DE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 38 04:16:53.056899 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 04:16:53.057059 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 04:16:53.057148 mtc Message with id 38 was extracted from the queue of GSMTAP. 04:16:53.057347 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:16:53.220282 mtc Timeout T: 8 s 04:16:53.220476 mtc "TC_si_sched_2ter": TC=0 has #of SI=4 04:16:53.220581 mtc "TC_si_sched_2ter": TC=1 has #of SI=4 04:16:53.220652 mtc "TC_si_sched_2ter": TC=2 has #of SI=4 04:16:53.220732 mtc "TC_si_sched_2ter": TC=3 has #of SI=5 04:16:53.220820 mtc "TC_si_sched_2ter": TC=4 has #of SI=5 04:16:53.220883 mtc "TC_si_sched_2ter": TC=5 has #of SI=4 04:16:53.220956 mtc "TC_si_sched_2ter": TC=6 has #of SI=4 04:16:53.221020 mtc "TC_si_sched_2ter": TC=7 has #of SI=4 04:16:53.221146 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:53.221311 mtc Start timer T: 2 s 04:16:53.221641 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 43 04:16:53.221892 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 43 04:16:53.221966 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:16:53.222025 mtc Stop timer T: 2 s 04:16:53.222103 mtc Sent on BSCVTY to system charstring : "network" 04:16:53.222214 mtc Start timer T: 2 s 04:16:53.222534 mtc Message enqueued on BSCVTY from system charstring : " network" id 44 04:16:53.222667 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 45 04:16:53.223038 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 44 04:16:53.223099 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:16:53.223329 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 45 04:16:53.223379 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:16:53.223410 mtc Stop timer T: 2 s 04:16:53.223521 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:53.223621 mtc Start timer T: 2 s 04:16:53.223896 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 46 04:16:53.223992 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 04:16:53.224280 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 46 04:16:53.224354 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:16:53.224599 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 04:16:53.224668 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:16:53.224722 mtc Stop timer T: 2 s 04:16:53.224816 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:16:53.224924 mtc Start timer T: 2 s 04:16:53.225264 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 48 04:16:53.225346 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 04:16:53.225646 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 48 04:16:53.225712 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:16:53.225909 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 04:16:53.225973 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:16:53.226026 mtc Stop timer T: 2 s 04:16:53.226109 mtc Sent on BSCVTY to system charstring : "end" 04:16:53.226213 mtc Start timer T: 2 s 04:16:53.226416 mtc Message enqueued on BSCVTY from system charstring : " end" id 50 04:16:53.226480 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 51 04:16:53.226557 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 50 04:16:53.226577 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:16:53.226612 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 51 04:16:53.226629 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:16:53.226644 mtc Stop timer T: 2 s 04:16:53.226667 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:53.226698 mtc Start timer T: 2 s 04:16:53.226768 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 52 04:16:53.226841 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 52 04:16:53.226861 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:16:53.226877 mtc Stop timer T: 2 s 04:16:53.226899 mtc Sent on BSCVTY to system charstring : "network" 04:16:53.226931 mtc Start timer T: 2 s 04:16:53.226994 mtc Message enqueued on BSCVTY from system charstring : " network" id 53 04:16:53.227023 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 54 04:16:53.227099 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 53 04:16:53.227117 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:16:53.227175 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 54 04:16:53.227193 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:16:53.227208 mtc Stop timer T: 2 s 04:16:53.227234 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:53.227264 mtc Start timer T: 2 s 04:16:53.227349 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 55 04:16:53.227386 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 04:16:53.227481 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 55 04:16:53.227503 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:16:53.227570 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 04:16:53.227594 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:16:53.227613 mtc Stop timer T: 2 s 04:16:53.227639 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:16:53.227761 mtc Start timer T: 2 s 04:16:53.227813 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 57 04:16:53.227840 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 04:16:53.227926 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 57 04:16:53.227952 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:16:53.228022 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 04:16:53.228044 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:16:53.228061 mtc Stop timer T: 2 s 04:16:53.228112 mtc Sent on BSCVTY to system charstring : "end" 04:16:53.228202 mtc Start timer T: 2 s 04:16:53.228233 mtc Message enqueued on BSCVTY from system charstring : " end" id 59 04:16:53.228255 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 60 04:16:53.228339 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 59 04:16:53.228361 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:16:53.228400 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 60 04:16:53.228431 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:16:53.228450 mtc Stop timer T: 2 s 04:16:53.228476 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:53.228511 mtc Start timer T: 2 s 04:16:53.228598 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 61 04:16:53.228668 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 61 04:16:53.228685 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:16:53.228695 mtc Stop timer T: 2 s 04:16:53.228712 mtc Sent on BSCVTY to system charstring : "network" 04:16:53.228740 mtc Start timer T: 2 s 04:16:53.228812 mtc Message enqueued on BSCVTY from system charstring : " network" id 62 04:16:53.228865 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 63 04:16:53.228962 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 62 04:16:53.228988 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:16:53.229058 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 63 04:16:53.229080 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:16:53.229098 mtc Stop timer T: 2 s 04:16:53.229129 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:53.229166 mtc Start timer T: 2 s 04:16:53.229243 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 64 04:16:53.229269 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 04:16:53.229336 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 64 04:16:53.229353 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:16:53.229397 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 04:16:53.229412 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:16:53.229424 mtc Stop timer T: 2 s 04:16:53.229443 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:16:53.229471 mtc Start timer T: 2 s 04:16:53.229556 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 66 04:16:53.229580 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 04:16:53.229637 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 66 04:16:53.229652 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:16:53.229691 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 04:16:53.229704 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:16:53.229714 mtc Stop timer T: 2 s 04:16:53.229729 mtc Sent on BSCVTY to system charstring : "end" 04:16:53.229755 mtc Start timer T: 2 s 04:16:53.229815 mtc Message enqueued on BSCVTY from system charstring : " end" id 68 04:16:53.229837 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 69 04:16:53.229919 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 68 04:16:53.229943 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:16:53.229984 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 69 04:16:53.230002 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:16:53.230019 mtc Stop timer T: 2 s 04:16:53.230044 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:53.230133 mtc Start timer T: 2 s 04:16:53.230175 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 70 04:16:53.230254 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 70 04:16:53.230276 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:16:53.230295 mtc Stop timer T: 2 s 04:16:53.230320 mtc Sent on BSCVTY to system charstring : "network" 04:16:53.230356 mtc Start timer T: 2 s 04:16:53.230426 mtc Message enqueued on BSCVTY from system charstring : " network" id 71 04:16:53.230454 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 72 04:16:53.230544 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 71 04:16:53.230565 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:16:53.230629 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 72 04:16:53.230652 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:16:53.230671 mtc Stop timer T: 2 s 04:16:53.230699 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:53.230733 mtc Start timer T: 2 s 04:16:53.230813 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 73 04:16:53.230838 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 04:16:53.230924 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 73 04:16:53.230946 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:16:53.231013 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 04:16:53.231039 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:16:53.231054 mtc Stop timer T: 2 s 04:16:53.231079 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:16:53.231107 mtc Start timer T: 2 s 04:16:53.231233 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:16:53.231266 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 04:16:53.231377 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:16:53.231397 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:16:53.231448 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 04:16:53.231464 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:16:53.231475 mtc Stop timer T: 2 s 04:16:53.231496 mtc Sent on BSCVTY to system charstring : "end" 04:16:53.231527 mtc Start timer T: 2 s 04:16:53.231596 mtc Message enqueued on BSCVTY from system charstring : " end" id 77 04:16:53.231629 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 04:16:53.231711 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 77 04:16:53.231732 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:16:53.231769 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 04:16:53.231784 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:16:53.231794 mtc Stop timer T: 2 s 04:16:53.231810 mtc Sent on BSCVTY to system charstring : "write terminal" 04:16:53.231976 mtc Start timer T: 2 s 04:16:53.232344 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:16:53.232405 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 04:16:53.234412 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:16:53.234474 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:16:53.234501 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 04:16:53.234513 mtc Message with id 80 was extracted from the queue of BSCVTY. 04:16:53.234523 mtc Stop timer T: 2 s 04:16:53.234541 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:16:53.234570 mtc Start timer T: 2 s 04:16:53.234762 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 81 04:16:53.234816 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 81 04:16:53.234839 mtc Message with id 81 was extracted from the queue of BSCVTY. 04:16:53.234857 mtc Stop timer T: 2 s 04:16:53.234875 mtc Start timer T: 1 s 04:16:53.291986 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057110100000059061A00000000000000000000000000000000FF9D0400'O } id 39 04:16:53.292272 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 39 04:16:53.527468 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057440100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 40 04:16:53.527842 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22340, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 40 04:16:53.762874 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057770100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 41 04:16:53.763249 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 41 04:16:53.998185 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057AA010000005506198FB380000000000000000000000000009D04002B'O } id 42 04:16:53.998589 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 42 04:16:54.233596 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000057DD0100000059061A00000000000000000000000000000000FF9D0400'O } id 43 04:16:54.233975 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 43 04:16:54.234895 mtc Timeout T: 1 s 04:16:54.234970 mtc setverdict(pass): none -> pass 04:16:54.235104 mtc Terminating component type Test.dummy_CT. 04:16:54.235176 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:16:54.235283 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:16:54.235374 mtc Message with id 39 was extracted from the queue of GSMTAP. 04:16:54.235440 mtc Message with id 40 was extracted from the queue of GSMTAP. 04:16:54.235495 mtc Message with id 41 was extracted from the queue of GSMTAP. 04:16:54.235548 mtc Message with id 42 was extracted from the queue of GSMTAP. 04:16:54.235605 mtc Message with id 43 was extracted from the queue of GSMTAP. 04:16:54.235673 mtc Port GSMTAP was stopped. 04:16:54.235731 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:16:54.235875 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:16:54.235952 mtc Port BSCVTY was stopped. 04:16:54.236003 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter. 04:16:54.236066 mtc Waiting for PTCs to finish. 04:16:54.236217 mtc Setting final verdict of the test case. 04:16:54.236304 mtc Local verdict of MTC: pass 04:16:54.236360 mtc No PTCs were created. 04:16:54.236403 mtc Test case TC_si_sched_2ter finished. Verdict: pass 04:16:54.236672 mtc Executing test case TC_si_sched_2ter_2bis in module Test. 04:16:54.236813 mtc Test case TC_si_sched_2ter_2bis started. 04:16:54.236995 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2ter_2bis. 04:16:54.237186 mtc Port GSMTAP was started. 04:16:54.237335 mtc Port BSCVTY was started. 04:16:54.237398 mtc Component type Test.dummy_CT was initialized. 04:16:54.237460 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:16:54.237601 mtc Port GSMTAP was mapped to system:GSMTAP. 04:16:54.237774 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:16:54.237875 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:16:54.238021 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:16:54.238591 mtc Port BSCVTY was mapped to system:BSCVTY. 04:16:54.238773 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:16:54.238863 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:16:54.238930 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:16:54.239004 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:16:54.239226 mtc Sent on BSCVTY to system charstring : "enable" 04:16:54.239356 mtc Start timer T: 2 s 04:16:54.239596 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:16:54.239726 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:16:54.239785 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:16:54.239836 mtc Stop timer T: 2 s 04:16:54.239908 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:54.240229 mtc Start timer T: 2 s 04:16:54.240635 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:16:54.240742 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:16:54.240769 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:16:54.240789 mtc Stop timer T: 2 s 04:16:54.240818 mtc Sent on BSCVTY to system charstring : "network" 04:16:54.240853 mtc Start timer T: 2 s 04:16:54.240935 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:16:54.240964 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:16:54.241073 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:16:54.241097 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:16:54.241162 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:16:54.241183 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:16:54.241201 mtc Stop timer T: 2 s 04:16:54.241229 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:54.241264 mtc Start timer T: 2 s 04:16:54.241344 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:16:54.241385 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:16:54.241486 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:16:54.241512 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:16:54.241560 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:16:54.241573 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:16:54.241583 mtc Stop timer T: 2 s 04:16:54.241602 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static" 04:16:54.241630 mtc Start timer T: 2 s 04:16:54.241767 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 04:16:54.241794 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:16:54.241912 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 04:16:54.241936 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:16:54.242002 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:16:54.242022 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:16:54.242038 mtc Stop timer T: 2 s 04:16:54.242072 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" 04:16:54.242106 mtc Start timer T: 2 s 04:16:54.242212 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:16:54.242238 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 04:16:54.242348 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:16:54.242380 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:16:54.242450 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 04:16:54.242473 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:16:54.242485 mtc Stop timer T: 2 s 04:16:54.242508 mtc Sent on BSCVTY to system charstring : "end" 04:16:54.242537 mtc Start timer T: 2 s 04:16:54.242601 mtc Message enqueued on BSCVTY from system charstring : " end" id 11 04:16:54.242625 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 04:16:54.242680 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 04:16:54.242694 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:16:54.242715 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 04:16:54.242728 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:16:54.242738 mtc Stop timer T: 2 s 04:16:54.242753 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:54.242778 mtc Start timer T: 2 s 04:16:54.242860 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 04:16:54.242941 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 04:16:54.242964 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:16:54.242982 mtc Stop timer T: 2 s 04:16:54.243009 mtc Sent on BSCVTY to system charstring : "network" 04:16:54.243042 mtc Start timer T: 2 s 04:16:54.243109 mtc Message enqueued on BSCVTY from system charstring : " network" id 14 04:16:54.243136 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 04:16:54.243218 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 04:16:54.243238 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:16:54.243299 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 04:16:54.243318 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:16:54.243335 mtc Stop timer T: 2 s 04:16:54.243362 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:54.243395 mtc Start timer T: 2 s 04:16:54.243464 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16 04:16:54.243488 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:16:54.243548 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 04:16:54.243563 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:16:54.243605 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:16:54.243619 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:16:54.243628 mtc Stop timer T: 2 s 04:16:54.243646 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static" 04:16:54.243672 mtc Start timer T: 2 s 04:16:54.243765 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18 04:16:54.243790 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 04:16:54.243882 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18 04:16:54.243907 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:16:54.243972 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 04:16:54.243991 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:16:54.244008 mtc Stop timer T: 2 s 04:16:54.244042 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" 04:16:54.244075 mtc Start timer T: 2 s 04:16:54.244176 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 04:16:54.244201 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21 04:16:54.244315 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 04:16:54.244336 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:16:54.244397 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21 04:16:54.244430 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:16:54.244449 mtc Stop timer T: 2 s 04:16:54.244489 mtc Sent on BSCVTY to system charstring : "end" 04:16:54.244524 mtc Start timer T: 2 s 04:16:54.244581 mtc Message enqueued on BSCVTY from system charstring : " end" id 22 04:16:54.244602 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 04:16:54.244657 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22 04:16:54.244671 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:16:54.244693 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 04:16:54.244706 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:16:54.244715 mtc Stop timer T: 2 s 04:16:54.244731 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:54.244809 mtc Start timer T: 2 s 04:16:54.244849 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24 04:16:54.244924 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24 04:16:54.244944 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:16:54.244961 mtc Stop timer T: 2 s 04:16:54.244985 mtc Sent on BSCVTY to system charstring : "network" 04:16:54.245016 mtc Start timer T: 2 s 04:16:54.245082 mtc Message enqueued on BSCVTY from system charstring : " network" id 25 04:16:54.245108 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26 04:16:54.245185 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25 04:16:54.245204 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:16:54.245263 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26 04:16:54.245281 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:16:54.245297 mtc Stop timer T: 2 s 04:16:54.245323 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:54.245354 mtc Start timer T: 2 s 04:16:54.245414 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 27 04:16:54.245435 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 04:16:54.245509 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27 04:16:54.245527 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:16:54.245588 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 04:16:54.245607 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:16:54.245623 mtc Stop timer T: 2 s 04:16:54.245648 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:16:54.245679 mtc Start timer T: 2 s 04:16:54.245758 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 29 04:16:54.245779 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30 04:16:54.245832 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 29 04:16:54.245847 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:16:54.245885 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30 04:16:54.245898 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:16:54.245908 mtc Stop timer T: 2 s 04:16:54.245924 mtc Sent on BSCVTY to system charstring : "end" 04:16:54.246000 mtc Start timer T: 2 s 04:16:54.246028 mtc Message enqueued on BSCVTY from system charstring : " end" id 31 04:16:54.246048 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32 04:16:54.246122 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31 04:16:54.246146 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:16:54.246182 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32 04:16:54.246199 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:16:54.246215 mtc Stop timer T: 2 s 04:16:54.246238 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:16:54.246269 mtc Start timer T: 2 s 04:16:54.246335 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33 04:16:54.246410 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33 04:16:54.246429 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:16:54.246445 mtc Stop timer T: 2 s 04:16:54.246469 mtc Sent on BSCVTY to system charstring : "network" 04:16:54.246498 mtc Start timer T: 2 s 04:16:54.246572 mtc Message enqueued on BSCVTY from system charstring : " network" id 34 04:16:54.246595 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35 04:16:54.246672 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34 04:16:54.246691 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:16:54.246749 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35 04:16:54.246767 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:16:54.246783 mtc Stop timer T: 2 s 04:16:54.246809 mtc Sent on BSCVTY to system charstring : "bts 0" 04:16:54.246839 mtc Start timer T: 2 s 04:16:54.246905 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 36 04:16:54.246930 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 04:16:54.247005 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36 04:16:54.247027 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:16:54.247089 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 04:16:54.247110 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:16:54.247127 mtc Stop timer T: 2 s 04:16:54.247155 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:16:54.247187 mtc Start timer T: 2 s 04:16:54.247320 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:16:54.247347 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39 04:16:54.247440 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:16:54.247461 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:16:54.247503 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39 04:16:54.247516 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:16:54.247530 mtc Stop timer T: 2 s 04:16:54.247551 mtc Sent on BSCVTY to system charstring : "end" 04:16:54.247576 mtc Start timer T: 2 s 04:16:54.247639 mtc Message enqueued on BSCVTY from system charstring : " end" id 40 04:16:54.247674 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 04:16:54.247753 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40 04:16:54.247773 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:16:54.247802 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 04:16:54.247825 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:16:54.247844 mtc Stop timer T: 2 s 04:16:54.247870 mtc Sent on BSCVTY to system charstring : "write terminal" 04:16:54.248046 mtc Start timer T: 2 s 04:16:54.248454 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:16:54.248520 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43 04:16:54.250837 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:16:54.250944 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:16:54.250982 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43 04:16:54.251002 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:16:54.251015 mtc Stop timer T: 2 s 04:16:54.251043 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:16:54.251765 mtc Start timer T: 2 s 04:16:54.251805 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 04:16:54.251839 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 04:16:54.251853 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:16:54.251864 mtc Stop timer T: 2 s 04:16:54.251876 mtc Start timer T: 1 s 04:16:54.468896 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058100100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 1 04:16:54.469187 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 04:16:54.704268 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058430100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2 04:16:54.704873 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 04:16:54.939807 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005876010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 04:16:54.940164 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 04:16:55.175174 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058A901000000550602BFE809B3FF00000000000000000000007900002B'O } id 4 04:16:55.175523 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 22697, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 4 04:16:55.251894 mtc Timeout T: 1 s 04:16:55.252048 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:16:55.252094 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:16:55.252122 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:16:55.252151 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:16:55.252178 mtc Port GSMTAP was cleared. 04:16:55.252221 mtc Start timer T: 8 s 04:16:55.410325 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000058DC0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 5 04:16:55.410567 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:16:55.410758 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:16:55.410859 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:16:55.411089 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:16:55.645857 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000590F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 6 04:16:55.646240 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:16:55.646508 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:16:55.646651 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:16:55.646993 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:16:55.881251 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005942010000005506198FB380000000000000000000000000009D04002B'O } id 7 04:16:55.881579 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 04:16:55.881784 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 04:16:55.881874 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:16:55.882108 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:16:56.116459 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059750100000059061A00000000000000000000000000000000FF9D0400'O } id 8 04:16:56.116800 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 04:16:56.117003 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 04:16:56.117108 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:16:56.117333 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:16:56.351651 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059A80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 9 04:16:56.351911 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 04:16:56.352105 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 04:16:56.352188 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:16:56.352482 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:16:56.587336 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000059DB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 10 04:16:56.587692 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 04:16:56.587958 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 04:16:56.588086 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:16:56.588492 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:16:56.822678 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A0E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 11 04:16:56.823070 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 11 04:16:56.823337 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 11 04:16:56.823460 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:16:56.823699 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:16:57.058060 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A4101000000550602BFE809B3FF00000000000000000000007900002B'O } id 12 04:16:57.058457 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 12 04:16:57.058754 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23105, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 12 04:16:57.058863 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:16:57.059063 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:16:57.293413 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005A740100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 13 04:16:57.293795 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:16:57.294072 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:16:57.294198 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:16:57.294525 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:16:57.528605 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005AA70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 14 04:16:57.528890 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 04:16:57.529103 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 04:16:57.529197 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:16:57.529455 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:16:57.763931 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005ADA010000005506198FB380000000000000000000000000009D04002B'O } id 15 04:16:57.764245 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 04:16:57.764492 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 15 04:16:57.764576 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:16:57.764786 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:16:57.999529 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B0D0100000059061A00000000000000000000000000000000FF9D0400'O } id 16 04:16:57.999937 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 04:16:58.000257 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 04:16:58.000364 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:16:58.000695 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:16:58.234723 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B400100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 17 04:16:58.235075 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 04:16:58.235277 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 04:16:58.235357 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:16:58.235621 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:16:58.470263 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005B730100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 18 04:16:58.470684 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 04:16:58.470952 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 04:16:58.471058 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:16:58.471387 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:16:58.705361 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005BA6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 19 04:16:58.705672 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 04:16:58.705877 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 04:16:58.705987 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:16:58.706182 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:16:58.940716 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005BD901000000550602BFE809B3FF00000000000000000000007900002B'O } id 20 04:16:58.941061 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 20 04:16:58.941268 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 20 04:16:58.941360 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:16:58.941617 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:16:59.176365 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C0C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 21 04:16:59.176763 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:16:59.177002 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:16:59.177128 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:16:59.177415 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:16:59.411688 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C3F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 22 04:16:59.412050 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 04:16:59.412293 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 22 04:16:59.412403 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:16:59.412770 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:16:59.647115 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005C72010000005506198FB380000000000000000000000000009D04002B'O } id 23 04:16:59.647502 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 04:16:59.647782 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 23 04:16:59.647907 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:16:59.648172 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:16:59.882229 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005CA50100000059061A00000000000000000000000000000000FF9D0400'O } id 24 04:16:59.882492 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 04:16:59.882681 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 04:16:59.882778 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:16:59.882977 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:00.117832 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005CD80100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 25 04:17:00.118155 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23768, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 25 04:17:00.118359 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 23768, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '49061B51E062F224334F110101103D2D9D0400192B2B2B'O } } id 25 04:17:00.118449 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:17:00.118746 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:17:00.353195 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D0B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 26 04:17:00.353565 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 04:17:00.353785 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 04:17:00.353885 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:17:00.354173 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:17:00.588574 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D3E01000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 27 04:17:00.588949 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 27 04:17:00.589177 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 27 04:17:00.589322 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:17:00.589580 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:17:00.823929 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005D7101000000550602BFE809B3FF00000000000000000000007900002B'O } id 28 04:17:00.824290 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 28 04:17:00.824609 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 28 04:17:00.824748 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:17:00.825002 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:17:01.059049 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005DA40100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 29 04:17:01.059342 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 04:17:01.059563 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 04:17:01.059663 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:17:01.059887 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:17:01.294493 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005DD70100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 30 04:17:01.294851 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 04:17:01.295078 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 04:17:01.295174 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:17:01.295497 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:17:01.529927 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E0A010000005506198FB380000000000000000000000000009D04002B'O } id 31 04:17:01.530294 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:17:01.530496 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:17:01.530626 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:17:01.530934 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:01.765327 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E3D0100000059061A00000000000000000000000000000000FF9D0400'O } id 32 04:17:01.765714 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:17:01.765978 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:17:01.766111 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:17:01.766390 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:02.000658 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005E700100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 33 04:17:02.001053 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 04:17:02.001331 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 04:17:02.001504 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:17:02.001810 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:17:02.235892 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005EA30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 34 04:17:02.236254 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 04:17:02.236542 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 04:17:02.236660 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:17:02.237021 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:17:02.471322 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005ED6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 35 04:17:02.471632 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 04:17:02.471829 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 04:17:02.471926 mtc Message with id 35 was extracted from the queue of GSMTAP. 04:17:02.472115 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:02.706876 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F0901000000550602BFE809B3FF00000000000000000000007900002B'O } id 36 04:17:02.707244 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 04:17:02.707511 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 04:17:02.707641 mtc Message with id 36 was extracted from the queue of GSMTAP. 04:17:02.707932 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:17:02.942167 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F3C0100000049061B51E062F224334F110101103D2D9D0400192B2B2B'O } id 37 04:17:02.942557 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 04:17:02.942822 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 04:17:02.942961 mtc Message with id 37 was extracted from the queue of GSMTAP. 04:17:02.943296 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:17:03.177431 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005F6F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 38 04:17:03.177815 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 04:17:03.178046 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 04:17:03.178152 mtc Message with id 38 was extracted from the queue of GSMTAP. 04:17:03.178490 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:17:03.252302 mtc Timeout T: 8 s 04:17:03.252397 mtc "TC_si_sched_2ter_2bis": TC=0 has #of SI=4 04:17:03.252504 mtc "TC_si_sched_2ter_2bis": TC=1 has #of SI=4 04:17:03.252547 mtc "TC_si_sched_2ter_2bis": TC=2 has #of SI=4 04:17:03.252579 mtc "TC_si_sched_2ter_2bis": TC=3 has #of SI=4 04:17:03.252611 mtc "TC_si_sched_2ter_2bis": TC=4 has #of SI=4 04:17:03.252646 mtc "TC_si_sched_2ter_2bis": TC=5 has #of SI=4 04:17:03.252676 mtc "TC_si_sched_2ter_2bis": TC=6 has #of SI=5 04:17:03.252714 mtc "TC_si_sched_2ter_2bis": TC=7 has #of SI=5 04:17:03.252876 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:03.253242 mtc Start timer T: 2 s 04:17:03.253386 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45 04:17:03.253692 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45 04:17:03.253774 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:17:03.253835 mtc Stop timer T: 2 s 04:17:03.253907 mtc Sent on BSCVTY to system charstring : "network" 04:17:03.254008 mtc Start timer T: 2 s 04:17:03.254253 mtc Message enqueued on BSCVTY from system charstring : " network" id 46 04:17:03.254350 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47 04:17:03.254552 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46 04:17:03.254596 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:17:03.254745 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47 04:17:03.254790 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:17:03.254824 mtc Stop timer T: 2 s 04:17:03.254873 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:03.254957 mtc Start timer T: 2 s 04:17:03.255177 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 48 04:17:03.255282 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 04:17:03.255516 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48 04:17:03.255577 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:17:03.255715 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 04:17:03.255773 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:17:03.255808 mtc Stop timer T: 2 s 04:17:03.255858 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:17:03.255962 mtc Start timer T: 2 s 04:17:03.256325 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50 04:17:03.256466 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51 04:17:03.256758 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50 04:17:03.256823 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:17:03.257002 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51 04:17:03.257060 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:17:03.257108 mtc Stop timer T: 2 s 04:17:03.257180 mtc Sent on BSCVTY to system charstring : "end" 04:17:03.257291 mtc Start timer T: 2 s 04:17:03.257474 mtc Message enqueued on BSCVTY from system charstring : " end" id 52 04:17:03.257534 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53 04:17:03.257696 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52 04:17:03.257749 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:17:03.257844 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53 04:17:03.257880 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:17:03.257919 mtc Stop timer T: 2 s 04:17:03.257974 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:03.258070 mtc Start timer T: 2 s 04:17:03.258313 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54 04:17:03.258590 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54 04:17:03.258658 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:17:03.258713 mtc Stop timer T: 2 s 04:17:03.258782 mtc Sent on BSCVTY to system charstring : "network" 04:17:03.258883 mtc Start timer T: 2 s 04:17:03.259164 mtc Message enqueued on BSCVTY from system charstring : " network" id 55 04:17:03.259287 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56 04:17:03.259548 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55 04:17:03.259644 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:17:03.259856 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56 04:17:03.259918 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:17:03.259949 mtc Stop timer T: 2 s 04:17:03.260008 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:03.260106 mtc Start timer T: 2 s 04:17:03.260315 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 57 04:17:03.260449 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 04:17:03.260684 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57 04:17:03.260735 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:17:03.260892 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 04:17:03.260950 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:17:03.260994 mtc Stop timer T: 2 s 04:17:03.261052 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:17:03.261130 mtc Start timer T: 2 s 04:17:03.261666 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59 04:17:03.261786 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60 04:17:03.262049 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59 04:17:03.262106 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:17:03.262249 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60 04:17:03.262303 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:17:03.262345 mtc Stop timer T: 2 s 04:17:03.262409 mtc Sent on BSCVTY to system charstring : "end" 04:17:03.262503 mtc Start timer T: 2 s 04:17:03.262733 mtc Message enqueued on BSCVTY from system charstring : " end" id 61 04:17:03.262835 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62 04:17:03.263153 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61 04:17:03.263413 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:17:03.263579 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62 04:17:03.263635 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:17:03.263684 mtc Stop timer T: 2 s 04:17:03.263820 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:03.264243 mtc Start timer T: 2 s 04:17:03.264357 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63 04:17:03.264723 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63 04:17:03.264771 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:17:03.264800 mtc Stop timer T: 2 s 04:17:03.264918 mtc Sent on BSCVTY to system charstring : "network" 04:17:03.265009 mtc Start timer T: 2 s 04:17:03.265207 mtc Message enqueued on BSCVTY from system charstring : " network" id 64 04:17:03.265307 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65 04:17:03.265479 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64 04:17:03.265491 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:17:03.265533 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65 04:17:03.265542 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:17:03.265549 mtc Stop timer T: 2 s 04:17:03.265561 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:03.265579 mtc Start timer T: 2 s 04:17:03.265622 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 66 04:17:03.265649 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 04:17:03.265694 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66 04:17:03.265708 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:17:03.265769 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 04:17:03.265784 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:17:03.265797 mtc Stop timer T: 2 s 04:17:03.265817 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:17:03.265843 mtc Start timer T: 2 s 04:17:03.265903 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68 04:17:03.265922 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69 04:17:03.265966 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68 04:17:03.265976 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:17:03.266001 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69 04:17:03.266013 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:17:03.266020 mtc Stop timer T: 2 s 04:17:03.266030 mtc Sent on BSCVTY to system charstring : "end" 04:17:03.266047 mtc Start timer T: 2 s 04:17:03.266085 mtc Message enqueued on BSCVTY from system charstring : " end" id 70 04:17:03.266105 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71 04:17:03.266154 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70 04:17:03.266166 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:17:03.266186 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71 04:17:03.266196 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:17:03.266206 mtc Stop timer T: 2 s 04:17:03.266225 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:03.266252 mtc Start timer T: 2 s 04:17:03.266304 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72 04:17:03.266369 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72 04:17:03.266384 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:17:03.266393 mtc Stop timer T: 2 s 04:17:03.266404 mtc Sent on BSCVTY to system charstring : "network" 04:17:03.266427 mtc Start timer T: 2 s 04:17:03.266467 mtc Message enqueued on BSCVTY from system charstring : " network" id 73 04:17:03.266496 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74 04:17:03.266546 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73 04:17:03.266559 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:17:03.266612 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74 04:17:03.266630 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:17:03.266641 mtc Stop timer T: 2 s 04:17:03.266658 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:03.266723 mtc Start timer T: 2 s 04:17:03.266756 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 75 04:17:03.266772 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 04:17:03.266842 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75 04:17:03.266871 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:17:03.266919 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 04:17:03.266933 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:17:03.266944 mtc Stop timer T: 2 s 04:17:03.266977 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:17:03.267002 mtc Start timer T: 2 s 04:17:03.267069 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:17:03.267085 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78 04:17:03.267170 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:17:03.267188 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:17:03.267246 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78 04:17:03.267260 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:17:03.267287 mtc Stop timer T: 2 s 04:17:03.267305 mtc Sent on BSCVTY to system charstring : "end" 04:17:03.267328 mtc Start timer T: 2 s 04:17:03.267368 mtc Message enqueued on BSCVTY from system charstring : " end" id 79 04:17:03.267382 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 04:17:03.267469 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79 04:17:03.267484 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:17:03.267523 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 04:17:03.267535 mtc Message with id 80 was extracted from the queue of BSCVTY. 04:17:03.267546 mtc Stop timer T: 2 s 04:17:03.267562 mtc Sent on BSCVTY to system charstring : "write terminal" 04:17:03.267598 mtc Start timer T: 2 s 04:17:03.267919 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:17:03.267966 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82 04:17:03.269315 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:17:03.269355 mtc Message with id 81 was extracted from the queue of BSCVTY. 04:17:03.269376 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82 04:17:03.269389 mtc Message with id 82 was extracted from the queue of BSCVTY. 04:17:03.269399 mtc Stop timer T: 2 s 04:17:03.269415 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:03.269646 mtc Start timer T: 2 s 04:17:03.269674 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83 04:17:03.269705 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83 04:17:03.269720 mtc Message with id 83 was extracted from the queue of BSCVTY. 04:17:03.269734 mtc Stop timer T: 2 s 04:17:03.269744 mtc Start timer T: 1 s 04:17:03.412698 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005FA2010000005506198FB380000000000000000000000000009D04002B'O } id 39 04:17:03.412945 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 04:17:03.648218 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000005FD50100000059061A00000000000000000000000000000000FF9D0400'O } id 40 04:17:03.648608 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 04:17:03.883570 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060080100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 41 04:17:03.883906 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 41 04:17:04.118772 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000603B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 42 04:17:04.119021 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 42 04:17:04.269759 mtc Timeout T: 1 s 04:17:04.269901 mtc setverdict(pass): none -> pass 04:17:04.269991 mtc Terminating component type Test.dummy_CT. 04:17:04.270046 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:04.270127 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:04.270180 mtc Message with id 39 was extracted from the queue of GSMTAP. 04:17:04.270223 mtc Message with id 40 was extracted from the queue of GSMTAP. 04:17:04.270253 mtc Message with id 41 was extracted from the queue of GSMTAP. 04:17:04.270287 mtc Message with id 42 was extracted from the queue of GSMTAP. 04:17:04.270318 mtc Port GSMTAP was stopped. 04:17:04.270383 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:04.270654 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:04.270726 mtc Port BSCVTY was stopped. 04:17:04.270765 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2ter_2bis. 04:17:04.270812 mtc Waiting for PTCs to finish. 04:17:04.270984 mtc Setting final verdict of the test case. 04:17:04.271037 mtc Local verdict of MTC: pass 04:17:04.271084 mtc No PTCs were created. 04:17:04.271115 mtc Test case TC_si_sched_2ter_2bis finished. Verdict: pass 04:17:04.271273 mtc Executing test case TC_si_sched_2quater in module Test. 04:17:04.271387 mtc Test case TC_si_sched_2quater started. 04:17:04.271446 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_2quater. 04:17:04.271615 mtc Port GSMTAP was started. 04:17:04.271696 mtc Port BSCVTY was started. 04:17:04.271736 mtc Component type Test.dummy_CT was initialized. 04:17:04.271793 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:04.271984 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:04.272139 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:04.272224 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:04.272348 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:04.272947 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:04.273084 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:04.273193 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:04.273269 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:04.273331 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:04.273483 mtc Sent on BSCVTY to system charstring : "enable" 04:17:04.273591 mtc Start timer T: 2 s 04:17:04.273810 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:04.273966 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:04.274017 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:04.274064 mtc Stop timer T: 2 s 04:17:04.274121 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:04.274228 mtc Start timer T: 2 s 04:17:04.274815 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:04.275023 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:04.275106 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:04.275147 mtc Stop timer T: 2 s 04:17:04.275215 mtc Sent on BSCVTY to system charstring : "network" 04:17:04.275315 mtc Start timer T: 2 s 04:17:04.275523 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:04.275592 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:04.275765 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:04.275806 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:04.275910 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:04.275947 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:04.275975 mtc Stop timer T: 2 s 04:17:04.276034 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:04.276134 mtc Start timer T: 2 s 04:17:04.276328 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:04.276400 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:04.276671 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:04.276736 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:04.276914 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:04.276972 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:04.277022 mtc Stop timer T: 2 s 04:17:04.277105 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:17:04.277202 mtc Start timer T: 2 s 04:17:04.277522 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 04:17:04.277594 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:04.277871 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 04:17:04.277928 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:04.278099 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:04.278157 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:04.278209 mtc Stop timer T: 2 s 04:17:04.278282 mtc Sent on BSCVTY to system charstring : "end" 04:17:04.278378 mtc Start timer T: 2 s 04:17:04.278491 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:17:04.278512 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:17:04.278579 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:17:04.278595 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:04.278627 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:17:04.278642 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:04.278656 mtc Stop timer T: 2 s 04:17:04.278676 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:04.278704 mtc Start timer T: 2 s 04:17:04.278768 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 04:17:04.278826 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 04:17:04.278837 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:04.278846 mtc Stop timer T: 2 s 04:17:04.278859 mtc Sent on BSCVTY to system charstring : "network" 04:17:04.278878 mtc Start timer T: 2 s 04:17:04.278926 mtc Message enqueued on BSCVTY from system charstring : " network" id 12 04:17:04.278944 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 04:17:04.278989 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 04:17:04.279001 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:17:04.279033 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 04:17:04.279047 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:17:04.279057 mtc Stop timer T: 2 s 04:17:04.279071 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:04.279090 mtc Start timer T: 2 s 04:17:04.279144 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14 04:17:04.279165 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 04:17:04.279231 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 04:17:04.279248 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:17:04.279300 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 04:17:04.279316 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:17:04.279330 mtc Stop timer T: 2 s 04:17:04.279354 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:17:04.279381 mtc Start timer T: 2 s 04:17:04.279469 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16 04:17:04.279487 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:17:04.279555 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16 04:17:04.279573 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:17:04.279624 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:17:04.279640 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:17:04.279654 mtc Stop timer T: 2 s 04:17:04.279672 mtc Sent on BSCVTY to system charstring : "end" 04:17:04.279700 mtc Start timer T: 2 s 04:17:04.279747 mtc Message enqueued on BSCVTY from system charstring : " end" id 18 04:17:04.279765 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19 04:17:04.279811 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18 04:17:04.279824 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:17:04.279840 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19 04:17:04.279849 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:17:04.279856 mtc Stop timer T: 2 s 04:17:04.279867 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:04.279887 mtc Start timer T: 2 s 04:17:04.279943 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20 04:17:04.279995 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20 04:17:04.280007 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:17:04.280015 mtc Stop timer T: 2 s 04:17:04.280027 mtc Sent on BSCVTY to system charstring : "network" 04:17:04.280047 mtc Start timer T: 2 s 04:17:04.280091 mtc Message enqueued on BSCVTY from system charstring : " network" id 21 04:17:04.280109 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22 04:17:04.280149 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21 04:17:04.280161 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:17:04.280193 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22 04:17:04.280205 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:17:04.280217 mtc Stop timer T: 2 s 04:17:04.280238 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:04.280264 mtc Start timer T: 2 s 04:17:04.280311 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 23 04:17:04.280329 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24 04:17:04.280371 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23 04:17:04.280382 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:17:04.280422 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24 04:17:04.280440 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:17:04.280455 mtc Stop timer T: 2 s 04:17:04.280480 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:17:04.280507 mtc Start timer T: 2 s 04:17:04.280571 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 25 04:17:04.280589 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 04:17:04.280634 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 25 04:17:04.280646 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:17:04.280677 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 04:17:04.280688 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:17:04.280697 mtc Stop timer T: 2 s 04:17:04.280709 mtc Sent on BSCVTY to system charstring : "end" 04:17:04.280730 mtc Start timer T: 2 s 04:17:04.280776 mtc Message enqueued on BSCVTY from system charstring : " end" id 27 04:17:04.280793 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28 04:17:04.280834 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27 04:17:04.280845 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:17:04.280861 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28 04:17:04.280870 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:17:04.280880 mtc Stop timer T: 2 s 04:17:04.280897 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:04.280923 mtc Start timer T: 2 s 04:17:04.280977 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29 04:17:04.281028 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29 04:17:04.281046 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:17:04.281060 mtc Stop timer T: 2 s 04:17:04.281080 mtc Sent on BSCVTY to system charstring : "network" 04:17:04.281106 mtc Start timer T: 2 s 04:17:04.281150 mtc Message enqueued on BSCVTY from system charstring : " network" id 30 04:17:04.281167 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31 04:17:04.281213 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30 04:17:04.281225 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:17:04.281267 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31 04:17:04.281284 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:17:04.281297 mtc Stop timer T: 2 s 04:17:04.281316 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:04.281342 mtc Start timer T: 2 s 04:17:04.281396 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 32 04:17:04.281439 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33 04:17:04.281503 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32 04:17:04.281518 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:17:04.281562 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33 04:17:04.281575 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:17:04.281584 mtc Stop timer T: 2 s 04:17:04.281603 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" 04:17:04.281628 mtc Start timer T: 2 s 04:17:04.281723 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34 04:17:04.281743 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 04:17:04.281806 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 34 04:17:04.281820 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:17:04.281853 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 04:17:04.281865 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:17:04.281873 mtc Stop timer T: 2 s 04:17:04.281887 mtc Sent on BSCVTY to system charstring : "end" 04:17:04.281912 mtc Start timer T: 2 s 04:17:04.281958 mtc Message enqueued on BSCVTY from system charstring : " end" id 36 04:17:04.281975 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37 04:17:04.282021 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36 04:17:04.282039 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:17:04.282067 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37 04:17:04.282083 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:17:04.282096 mtc Stop timer T: 2 s 04:17:04.282114 mtc Sent on BSCVTY to system charstring : "write terminal" 04:17:04.282140 mtc Start timer T: 2 s 04:17:04.282497 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:17:04.282546 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 04:17:04.284189 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:17:04.284233 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:17:04.284253 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 04:17:04.284262 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:17:04.284272 mtc Stop timer T: 2 s 04:17:04.284288 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:04.284309 mtc Start timer T: 2 s 04:17:04.284463 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40 04:17:04.284512 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40 04:17:04.284526 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:17:04.284534 mtc Stop timer T: 2 s 04:17:04.284543 mtc Start timer T: 1 s 04:17:04.354176 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000606E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 1 04:17:04.354442 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 24686, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 1 04:17:04.589775 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060A101000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 2 04:17:04.590108 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 2 04:17:04.825127 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000060D40100000049061B51E062F224334F110101103D2D9D0400382B2B2B'O } id 3 04:17:04.825439 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400382B2B2B'O } } id 3 04:17:05.060313 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061070100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 4 04:17:05.060636 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4 04:17:05.284561 mtc Timeout T: 1 s 04:17:05.284740 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:05.284881 mtc Start timer T: 2 s 04:17:05.285327 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41 04:17:05.285672 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41 04:17:05.285788 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:17:05.285844 mtc Stop timer T: 2 s 04:17:05.285934 mtc Sent on BSCVTY to system charstring : "network" 04:17:05.286255 mtc Start timer T: 2 s 04:17:05.286550 mtc Message enqueued on BSCVTY from system charstring : " network" id 42 04:17:05.286635 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43 04:17:05.287018 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42 04:17:05.287136 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:17:05.287356 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43 04:17:05.287556 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:17:05.287618 mtc Stop timer T: 2 s 04:17:05.287705 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:05.287855 mtc Start timer T: 2 s 04:17:05.288108 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 44 04:17:05.288274 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45 04:17:05.288643 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44 04:17:05.288723 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:17:05.289040 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45 04:17:05.289100 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:17:05.289132 mtc Stop timer T: 2 s 04:17:05.289249 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:17:05.289335 mtc Start timer T: 2 s 04:17:05.289557 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46 04:17:05.289600 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 04:17:05.289684 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46 04:17:05.289707 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:17:05.289769 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 04:17:05.289790 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:17:05.289807 mtc Stop timer T: 2 s 04:17:05.289832 mtc Sent on BSCVTY to system charstring : "end" 04:17:05.289867 mtc Start timer T: 2 s 04:17:05.289934 mtc Message enqueued on BSCVTY from system charstring : " end" id 48 04:17:05.289984 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 04:17:05.290048 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48 04:17:05.290064 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:17:05.290089 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 04:17:05.290104 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:17:05.290115 mtc Stop timer T: 2 s 04:17:05.290132 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:05.290175 mtc Start timer T: 2 s 04:17:05.290272 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50 04:17:05.290377 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50 04:17:05.290403 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:17:05.290437 mtc Stop timer T: 2 s 04:17:05.290465 mtc Sent on BSCVTY to system charstring : "network" 04:17:05.290502 mtc Start timer T: 2 s 04:17:05.290554 mtc Message enqueued on BSCVTY from system charstring : " network" id 51 04:17:05.290577 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52 04:17:05.290666 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51 04:17:05.290689 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:17:05.290755 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52 04:17:05.290774 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:17:05.290785 mtc Stop timer T: 2 s 04:17:05.290801 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:05.290825 mtc Start timer T: 2 s 04:17:05.290903 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 53 04:17:05.290943 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54 04:17:05.291032 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53 04:17:05.291059 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:17:05.291117 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54 04:17:05.291139 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:17:05.291156 mtc Stop timer T: 2 s 04:17:05.291183 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:17:05.291221 mtc Start timer T: 2 s 04:17:05.291326 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55 04:17:05.291369 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 04:17:05.291491 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55 04:17:05.291515 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:17:05.291597 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 04:17:05.291619 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:17:05.291641 mtc Stop timer T: 2 s 04:17:05.291665 mtc Sent on BSCVTY to system charstring : "end" 04:17:05.291701 mtc Start timer T: 2 s 04:17:05.291762 mtc Message enqueued on BSCVTY from system charstring : " end" id 57 04:17:05.291813 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58 04:17:05.291931 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57 04:17:05.291987 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:17:05.292043 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58 04:17:05.292065 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:17:05.292085 mtc Stop timer T: 2 s 04:17:05.292111 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:05.292143 mtc Start timer T: 2 s 04:17:05.292248 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59 04:17:05.292335 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59 04:17:05.292357 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:17:05.292374 mtc Stop timer T: 2 s 04:17:05.292400 mtc Sent on BSCVTY to system charstring : "network" 04:17:05.292502 mtc Start timer T: 2 s 04:17:05.292575 mtc Message enqueued on BSCVTY from system charstring : " network" id 60 04:17:05.292624 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61 04:17:05.292749 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60 04:17:05.292792 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:17:05.292874 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61 04:17:05.292897 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:17:05.292920 mtc Stop timer T: 2 s 04:17:05.292949 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:05.292984 mtc Start timer T: 2 s 04:17:05.293051 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 62 04:17:05.293076 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63 04:17:05.293175 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62 04:17:05.293192 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:17:05.293242 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63 04:17:05.293258 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:17:05.293270 mtc Stop timer T: 2 s 04:17:05.293288 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:17:05.293334 mtc Start timer T: 2 s 04:17:05.293443 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64 04:17:05.293467 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 04:17:05.293534 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64 04:17:05.293551 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:17:05.293595 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 04:17:05.293635 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:17:05.293649 mtc Stop timer T: 2 s 04:17:05.293688 mtc Sent on BSCVTY to system charstring : "end" 04:17:05.293733 mtc Start timer T: 2 s 04:17:05.293800 mtc Message enqueued on BSCVTY from system charstring : " end" id 66 04:17:05.293825 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67 04:17:05.293884 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66 04:17:05.293900 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:17:05.293924 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67 04:17:05.293938 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:17:05.293969 mtc Stop timer T: 2 s 04:17:05.293991 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:05.294031 mtc Start timer T: 2 s 04:17:05.294117 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68 04:17:05.294198 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68 04:17:05.294221 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:17:05.294240 mtc Stop timer T: 2 s 04:17:05.294267 mtc Sent on BSCVTY to system charstring : "network" 04:17:05.294323 mtc Start timer T: 2 s 04:17:05.294397 mtc Message enqueued on BSCVTY from system charstring : " network" id 69 04:17:05.294450 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70 04:17:05.294517 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69 04:17:05.294533 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:17:05.294572 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70 04:17:05.294584 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:17:05.294594 mtc Stop timer T: 2 s 04:17:05.294611 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:05.294660 mtc Start timer T: 2 s 04:17:05.294729 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 71 04:17:05.294756 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72 04:17:05.294810 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71 04:17:05.294824 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:17:05.294862 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72 04:17:05.294881 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:17:05.294891 mtc Stop timer T: 2 s 04:17:05.294912 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:17:05.294938 mtc Start timer T: 2 s 04:17:05.295052 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 73 04:17:05.295093 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 04:17:05.295175 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 73 04:17:05.295194 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:17:05.295248 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 04:17:05.295272 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:17:05.295291 mtc Stop timer T: 2 s 04:17:05.295320 mtc Sent on BSCVTY to system charstring : "end" 04:17:05.295361 mtc Start timer T: 2 s 04:17:05.295452 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000613A010000005506198FB380000000000000000000000000009D04002B'O } id 5 04:17:05.295596 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:17:05.295630 mtc Message enqueued on BSCVTY from system charstring : " end" id 75 04:17:05.295675 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76 04:17:05.295766 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75 04:17:05.295789 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:17:05.295831 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76 04:17:05.295852 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:17:05.295870 mtc Stop timer T: 2 s 04:17:05.295897 mtc Sent on BSCVTY to system charstring : "write terminal" 04:17:05.295936 mtc Start timer T: 2 s 04:17:05.296503 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:17:05.296579 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 04:17:05.298687 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:17:05.298750 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:17:05.298791 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 04:17:05.298812 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:17:05.298830 mtc Stop timer T: 2 s 04:17:05.298860 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:05.298898 mtc Start timer T: 2 s 04:17:05.299133 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79 04:17:05.299184 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79 04:17:05.299206 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:17:05.299224 mtc Stop timer T: 2 s 04:17:05.299244 mtc Start timer T: 1 s 04:17:05.531184 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000616D0100000059061A00000000000000000000000000000000FF9D0400'O } id 6 04:17:05.531584 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:05.766572 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061A00100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 7 04:17:05.766917 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 7 04:17:06.001853 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000061D30100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 8 04:17:06.002180 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 8 04:17:06.237265 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006206010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 9 04:17:06.237599 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 04:17:06.299267 mtc Timeout T: 1 s 04:17:06.299367 mtc setverdict(pass): none -> pass 04:17:06.299405 mtc Terminating component type Test.dummy_CT. 04:17:06.299438 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:06.299516 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:06.299562 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:06.299594 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:06.299619 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:06.299641 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:06.299671 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:06.299718 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:06.299764 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:06.299806 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:06.299839 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:17:06.299878 mtc Port GSMTAP was stopped. 04:17:06.299920 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:06.300191 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:06.300264 mtc Port BSCVTY was stopped. 04:17:06.300296 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_2quater. 04:17:06.300329 mtc Waiting for PTCs to finish. 04:17:06.300481 mtc Setting final verdict of the test case. 04:17:06.300553 mtc Local verdict of MTC: pass 04:17:06.300603 mtc No PTCs were created. 04:17:06.300651 mtc Test case TC_si_sched_2quater finished. Verdict: pass 04:17:06.300943 mtc Executing test case TC_si_sched_13 in module Test. 04:17:06.301067 mtc Test case TC_si_sched_13 started. 04:17:06.301112 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13. 04:17:06.301214 mtc Port GSMTAP was started. 04:17:06.301275 mtc Port BSCVTY was started. 04:17:06.301316 mtc Component type Test.dummy_CT was initialized. 04:17:06.301367 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:06.301485 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:06.301634 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:06.301726 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:06.301834 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:06.302270 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:06.302406 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:06.302491 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:06.302561 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:06.302625 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:06.302779 mtc Sent on BSCVTY to system charstring : "enable" 04:17:06.302899 mtc Start timer T: 2 s 04:17:06.303077 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:06.303217 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:06.303281 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:06.303331 mtc Stop timer T: 2 s 04:17:06.303396 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:06.303646 mtc Start timer T: 2 s 04:17:06.303867 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:06.304101 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:06.304161 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:06.304212 mtc Stop timer T: 2 s 04:17:06.304289 mtc Sent on BSCVTY to system charstring : "network" 04:17:06.304525 mtc Start timer T: 2 s 04:17:06.304668 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:06.304733 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:06.304970 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:06.305033 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:06.305208 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:06.305264 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:06.305308 mtc Stop timer T: 2 s 04:17:06.305379 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:06.305643 mtc Start timer T: 2 s 04:17:06.305770 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:06.305833 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:06.306071 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:06.306136 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:06.306319 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:06.306373 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:06.306424 mtc Stop timer T: 2 s 04:17:06.306510 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:17:06.306814 mtc Start timer T: 2 s 04:17:06.306948 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 7 04:17:06.307012 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:06.307282 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 7 04:17:06.307346 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:06.307476 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:06.307497 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:06.307510 mtc Stop timer T: 2 s 04:17:06.307528 mtc Sent on BSCVTY to system charstring : "end" 04:17:06.307591 mtc Start timer T: 2 s 04:17:06.307612 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:17:06.307627 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:17:06.307681 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:17:06.307695 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:06.307720 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:17:06.307733 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:06.307744 mtc Stop timer T: 2 s 04:17:06.307760 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:06.307783 mtc Start timer T: 2 s 04:17:06.307835 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 11 04:17:06.307890 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 11 04:17:06.307903 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:06.307915 mtc Stop timer T: 2 s 04:17:06.307933 mtc Sent on BSCVTY to system charstring : "network" 04:17:06.307956 mtc Start timer T: 2 s 04:17:06.308002 mtc Message enqueued on BSCVTY from system charstring : " network" id 12 04:17:06.308018 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 13 04:17:06.308064 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 12 04:17:06.308078 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:17:06.308111 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 13 04:17:06.308122 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:17:06.308131 mtc Stop timer T: 2 s 04:17:06.308146 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:06.308167 mtc Start timer T: 2 s 04:17:06.308212 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 14 04:17:06.308229 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 15 04:17:06.308282 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 14 04:17:06.308295 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:17:06.308336 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 15 04:17:06.308349 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:17:06.308361 mtc Stop timer T: 2 s 04:17:06.308380 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:17:06.308402 mtc Start timer T: 2 s 04:17:06.308475 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 16 04:17:06.308492 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:17:06.308538 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 16 04:17:06.308548 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:17:06.308587 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:17:06.308600 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:17:06.308611 mtc Stop timer T: 2 s 04:17:06.308629 mtc Sent on BSCVTY to system charstring : "end" 04:17:06.308653 mtc Start timer T: 2 s 04:17:06.308692 mtc Message enqueued on BSCVTY from system charstring : " end" id 18 04:17:06.308707 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 19 04:17:06.308747 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 18 04:17:06.308761 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:17:06.308786 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 19 04:17:06.308798 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:17:06.308812 mtc Stop timer T: 2 s 04:17:06.308828 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:06.308850 mtc Start timer T: 2 s 04:17:06.308896 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 20 04:17:06.308952 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 20 04:17:06.308962 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:17:06.308968 mtc Stop timer T: 2 s 04:17:06.308978 mtc Sent on BSCVTY to system charstring : "network" 04:17:06.308993 mtc Start timer T: 2 s 04:17:06.309031 mtc Message enqueued on BSCVTY from system charstring : " network" id 21 04:17:06.309046 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 22 04:17:06.309102 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 21 04:17:06.309115 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:17:06.309159 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 22 04:17:06.309173 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:17:06.309185 mtc Stop timer T: 2 s 04:17:06.309203 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:06.309224 mtc Start timer T: 2 s 04:17:06.309264 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 23 04:17:06.309279 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 24 04:17:06.309322 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 23 04:17:06.309336 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:17:06.309378 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 24 04:17:06.309392 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:17:06.309403 mtc Stop timer T: 2 s 04:17:06.309420 mtc Sent on BSCVTY to system charstring : "gprs mode gprs" 04:17:06.309442 mtc Start timer T: 2 s 04:17:06.309498 mtc Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 25 04:17:06.309515 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 26 04:17:06.309558 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 25 04:17:06.309572 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:17:06.309613 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 26 04:17:06.309626 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:17:06.309637 mtc Stop timer T: 2 s 04:17:06.309653 mtc Sent on BSCVTY to system charstring : "end" 04:17:06.309675 mtc Start timer T: 2 s 04:17:06.309714 mtc Message enqueued on BSCVTY from system charstring : " end" id 27 04:17:06.309727 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 28 04:17:06.309762 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 27 04:17:06.309773 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:17:06.309788 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 28 04:17:06.309796 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:17:06.309806 mtc Stop timer T: 2 s 04:17:06.309822 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:06.309844 mtc Start timer T: 2 s 04:17:06.309891 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 29 04:17:06.309946 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 29 04:17:06.309960 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:17:06.309971 mtc Stop timer T: 2 s 04:17:06.309987 mtc Sent on BSCVTY to system charstring : "network" 04:17:06.310009 mtc Start timer T: 2 s 04:17:06.310048 mtc Message enqueued on BSCVTY from system charstring : " network" id 30 04:17:06.310065 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 31 04:17:06.310120 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 30 04:17:06.310139 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:17:06.310180 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 31 04:17:06.310193 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:17:06.310205 mtc Stop timer T: 2 s 04:17:06.310222 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:06.310244 mtc Start timer T: 2 s 04:17:06.310286 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 32 04:17:06.310303 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 33 04:17:06.310341 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 32 04:17:06.310350 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:17:06.310374 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 33 04:17:06.310382 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:17:06.310388 mtc Stop timer T: 2 s 04:17:06.310400 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:17:06.310418 mtc Start timer T: 2 s 04:17:06.310483 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:17:06.310499 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 35 04:17:06.310551 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:17:06.310562 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:17:06.310590 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 35 04:17:06.310599 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:17:06.310607 mtc Stop timer T: 2 s 04:17:06.310618 mtc Sent on BSCVTY to system charstring : "end" 04:17:06.310638 mtc Start timer T: 2 s 04:17:06.310688 mtc Message enqueued on BSCVTY from system charstring : " end" id 36 04:17:06.310704 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 37 04:17:06.310757 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 36 04:17:06.310770 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:17:06.310796 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 37 04:17:06.310810 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:17:06.310822 mtc Stop timer T: 2 s 04:17:06.310838 mtc Sent on BSCVTY to system charstring : "write terminal" 04:17:06.310860 mtc Start timer T: 2 s 04:17:06.311262 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:17:06.311312 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 39 04:17:06.313007 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:17:06.313056 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:17:06.313081 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 39 04:17:06.313093 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:17:06.313104 mtc Stop timer T: 2 s 04:17:06.313124 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:06.313149 mtc Start timer T: 2 s 04:17:06.313355 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 40 04:17:06.313389 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 40 04:17:06.313405 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:17:06.313415 mtc Stop timer T: 2 s 04:17:06.313424 mtc Start timer T: 1 s 04:17:06.472662 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000062390100000059061A00000000000000000000000000000000FF9D0400'O } id 1 04:17:06.472979 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 1 04:17:06.708046 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000626C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 2 04:17:06.708397 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 2 04:17:06.943380 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000629F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 3 04:17:06.943728 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 3 04:17:07.178751 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000062D2010000005506198FB380000000000000000000000000009D04002B'O } id 4 04:17:07.179126 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 4 04:17:07.313533 mtc Timeout T: 1 s 04:17:07.313716 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:07.313770 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:07.313803 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:07.313837 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:07.313872 mtc Port GSMTAP was cleared. 04:17:07.313907 mtc Start timer T: 8 s 04:17:07.414115 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063050100000059061A00000000000000000000000000000000FF9D0400'O } id 5 04:17:07.414483 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:17:07.414734 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:17:07.414848 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:07.415118 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:07.649440 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063380100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 6 04:17:07.649795 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 04:17:07.650073 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 6 04:17:07.650230 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:07.650543 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:07.884849 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000636B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 7 04:17:07.885253 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 04:17:07.885500 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 7 04:17:07.885614 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:07.885942 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:08.120261 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000639E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 8 04:17:08.120697 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25502, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8 04:17:08.121017 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 25502, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 8 04:17:08.121125 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:08.121350 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:08.355410 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000063D10100000059061A00000000000000000000000000000000FF9D0400'O } id 9 04:17:08.355695 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 04:17:08.355909 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF9D0400'O } } id 9 04:17:08.355998 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:17:08.356222 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:08.590943 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064040100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 10 04:17:08.591312 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 04:17:08.591585 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 10 04:17:08.591757 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:17:08.592062 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:08.826049 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064370100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 11 04:17:08.826258 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 04:17:08.826375 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 11 04:17:08.826420 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:17:08.826581 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:09.061671 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000646A010000005506198FB380000000000000000000000000009D04002B'O } id 12 04:17:09.062049 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12 04:17:09.062357 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 12 04:17:09.062462 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:17:09.062710 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:09.297058 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000649D0100000059061A00000000000000000000000000000000FF9D0400'O } id 13 04:17:09.297436 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:17:09.297689 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:17:09.297807 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:17:09.298063 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:09.532767 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000064D00100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 14 04:17:09.533147 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14 04:17:09.533424 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 14 04:17:09.533551 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:17:09.533884 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:09.767564 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065030100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 15 04:17:09.767843 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15 04:17:09.768027 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 15 04:17:09.768118 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:17:09.768380 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:10.002854 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006536010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 16 04:17:10.003147 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 04:17:10.003335 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 16 04:17:10.003418 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:17:10.003613 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:10.238261 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065690100000059061A00000000000000000000000000000000FF9D0400'O } id 17 04:17:10.238633 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 04:17:10.238874 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 04:17:10.238982 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:17:10.239220 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:10.473795 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000659C0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 18 04:17:10.474202 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18 04:17:10.474425 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 18 04:17:10.474537 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:17:10.474880 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:10.709152 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000065CF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 19 04:17:10.709490 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19 04:17:10.709706 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 19 04:17:10.709813 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:17:10.710203 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:10.944408 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006602010000005506198FB380000000000000000000000000009D04002B'O } id 20 04:17:10.944731 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20 04:17:10.944915 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 20 04:17:10.945025 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:17:10.945209 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:11.179832 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066350100000059061A00000000000000000000000000000000FF9D0400'O } id 21 04:17:11.180204 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:17:11.180486 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:17:11.180582 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:17:11.180828 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:11.415326 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066680100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 22 04:17:11.415724 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22 04:17:11.415990 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 22 04:17:11.416091 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:17:11.416377 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:11.650699 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000669B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 23 04:17:11.651091 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23 04:17:11.651367 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 23 04:17:11.651485 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:17:11.651821 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:11.886115 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000066CE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 24 04:17:11.886484 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 04:17:11.886734 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 24 04:17:11.886851 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:17:11.887070 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:12.121253 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067010100000059061A00000000000000000000000000000000FF9D0400'O } id 25 04:17:12.121538 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 04:17:12.121744 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 25 04:17:12.121847 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:17:12.122053 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:12.356724 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067340100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 26 04:17:12.357047 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26 04:17:12.357235 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04003C0B2B2B'O } } id 26 04:17:12.357314 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:17:12.357604 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:12.592093 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067670100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 27 04:17:12.592471 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27 04:17:12.592721 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 27 04:17:12.592888 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:17:12.593209 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:12.827517 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000679A010000005506198FB380000000000000000000000000009D04002B'O } id 28 04:17:12.827885 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 04:17:12.828118 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 28 04:17:12.828222 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:17:12.828520 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:13.062880 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000067CD0100000059061A00000000000000000000000000000000FF9D0400'O } id 29 04:17:13.063215 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 04:17:13.063462 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 29 04:17:13.063631 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:17:13.063920 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:13.298150 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068000100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 30 04:17:13.298524 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 04:17:13.298754 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 30 04:17:13.298852 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:17:13.299155 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:13.533566 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068330100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 31 04:17:13.533907 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:17:13.534182 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:17:13.534365 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:17:13.534757 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:13.768979 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006866010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 32 04:17:13.769324 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:17:13.769543 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:17:13.769647 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:17:13.769838 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:14.004265 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068990100000059061A00000000000000000000000000000000FF9D0400'O } id 33 04:17:14.004909 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 04:17:14.005181 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 04:17:14.005303 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:17:14.005630 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:14.239570 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068CC0100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 34 04:17:14.239865 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 04:17:14.240051 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 04:17:14.240130 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:17:14.240489 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:14.475031 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000068FF0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 35 04:17:14.475412 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 04:17:14.475722 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 04:17:14.475864 mtc Message with id 35 was extracted from the queue of GSMTAP. 04:17:14.476233 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:14.710223 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006932010000005506198FB380000000000000000000000000009D04002B'O } id 36 04:17:14.710555 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 04:17:14.710768 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 04:17:14.710875 mtc Message with id 36 was extracted from the queue of GSMTAP. 04:17:14.711099 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:14.945822 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069650100000059061A00000000000000000000000000000000FF9D0400'O } id 37 04:17:14.946219 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 04:17:14.946493 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 04:17:14.946608 mtc Message with id 37 was extracted from the queue of GSMTAP. 04:17:14.946859 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:15.181158 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069980100000049061B51E062F224334F110101103D2D9D04003C0B2B2B'O } id 38 04:17:15.181553 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 04:17:15.181818 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 04:17:15.181923 mtc Message with id 38 was extracted from the queue of GSMTAP. 04:17:15.182234 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:15.314011 mtc Timeout T: 8 s 04:17:15.314166 mtc "TC_si_sched_13": TC=0 has #of SI=4 04:17:15.314268 mtc "TC_si_sched_13": TC=1 has #of SI=5 04:17:15.314336 mtc "TC_si_sched_13": TC=2 has #of SI=5 04:17:15.314399 mtc "TC_si_sched_13": TC=3 has #of SI=4 04:17:15.314461 mtc "TC_si_sched_13": TC=4 has #of SI=4 04:17:15.314529 mtc "TC_si_sched_13": TC=5 has #of SI=4 04:17:15.314591 mtc "TC_si_sched_13": TC=6 has #of SI=4 04:17:15.314694 mtc "TC_si_sched_13": TC=7 has #of SI=4 04:17:15.314926 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:15.315116 mtc Start timer T: 2 s 04:17:15.315548 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 41 04:17:15.315898 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 41 04:17:15.315966 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:17:15.316006 mtc Stop timer T: 2 s 04:17:15.316071 mtc Sent on BSCVTY to system charstring : "network" 04:17:15.316183 mtc Start timer T: 2 s 04:17:15.316455 mtc Message enqueued on BSCVTY from system charstring : " network" id 42 04:17:15.316538 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 43 04:17:15.316814 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 42 04:17:15.316892 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:17:15.317097 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 43 04:17:15.317162 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:17:15.317220 mtc Stop timer T: 2 s 04:17:15.317312 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:15.317424 mtc Start timer T: 2 s 04:17:15.317747 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 44 04:17:15.317879 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 45 04:17:15.318093 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 44 04:17:15.318157 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:17:15.318395 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 45 04:17:15.318471 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:17:15.318531 mtc Stop timer T: 2 s 04:17:15.318630 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:17:15.318740 mtc Start timer T: 2 s 04:17:15.319166 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 46 04:17:15.319284 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 47 04:17:15.319471 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 46 04:17:15.319494 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:17:15.319558 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 47 04:17:15.319578 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:17:15.319595 mtc Stop timer T: 2 s 04:17:15.319622 mtc Sent on BSCVTY to system charstring : "end" 04:17:15.319718 mtc Start timer T: 2 s 04:17:15.319751 mtc Message enqueued on BSCVTY from system charstring : " end" id 48 04:17:15.319773 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 49 04:17:15.319853 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 48 04:17:15.319875 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:17:15.319912 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 49 04:17:15.319930 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:17:15.319946 mtc Stop timer T: 2 s 04:17:15.319979 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:15.320091 mtc Start timer T: 2 s 04:17:15.320135 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 50 04:17:15.320219 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 50 04:17:15.320252 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:17:15.320269 mtc Stop timer T: 2 s 04:17:15.320300 mtc Sent on BSCVTY to system charstring : "network" 04:17:15.320378 mtc Start timer T: 2 s 04:17:15.320439 mtc Message enqueued on BSCVTY from system charstring : " network" id 51 04:17:15.320473 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 52 04:17:15.320553 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 51 04:17:15.320577 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:17:15.320636 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 52 04:17:15.320658 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:17:15.320686 mtc Stop timer T: 2 s 04:17:15.320714 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:15.320750 mtc Start timer T: 2 s 04:17:15.320867 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 53 04:17:15.320893 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 54 04:17:15.320952 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 53 04:17:15.320977 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:17:15.321024 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 54 04:17:15.321058 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:17:15.321081 mtc Stop timer T: 2 s 04:17:15.321108 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:17:15.321138 mtc Start timer T: 2 s 04:17:15.321245 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 55 04:17:15.321272 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 56 04:17:15.321360 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 55 04:17:15.321389 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:17:15.321470 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 56 04:17:15.321495 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:17:15.321510 mtc Stop timer T: 2 s 04:17:15.321534 mtc Sent on BSCVTY to system charstring : "end" 04:17:15.321571 mtc Start timer T: 2 s 04:17:15.321646 mtc Message enqueued on BSCVTY from system charstring : " end" id 57 04:17:15.321682 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 58 04:17:15.321752 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 57 04:17:15.321769 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:17:15.321789 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 58 04:17:15.321800 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:17:15.321808 mtc Stop timer T: 2 s 04:17:15.321823 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:15.321848 mtc Start timer T: 2 s 04:17:15.321927 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 59 04:17:15.322014 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 59 04:17:15.322034 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:17:15.322051 mtc Stop timer T: 2 s 04:17:15.322077 mtc Sent on BSCVTY to system charstring : "network" 04:17:15.322177 mtc Start timer T: 2 s 04:17:15.322220 mtc Message enqueued on BSCVTY from system charstring : " network" id 60 04:17:15.322242 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 61 04:17:15.322322 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 60 04:17:15.322342 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:17:15.322420 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 61 04:17:15.322441 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:17:15.322460 mtc Stop timer T: 2 s 04:17:15.322489 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:15.322523 mtc Start timer T: 2 s 04:17:15.322599 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 62 04:17:15.322625 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 63 04:17:15.322714 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 62 04:17:15.322737 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:17:15.322789 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 63 04:17:15.322804 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:17:15.322820 mtc Stop timer T: 2 s 04:17:15.322840 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:17:15.322866 mtc Start timer T: 2 s 04:17:15.322958 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 64 04:17:15.322992 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 65 04:17:15.323067 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 64 04:17:15.323087 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:17:15.323159 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 65 04:17:15.323183 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:17:15.323202 mtc Stop timer T: 2 s 04:17:15.323231 mtc Sent on BSCVTY to system charstring : "end" 04:17:15.323270 mtc Start timer T: 2 s 04:17:15.323340 mtc Message enqueued on BSCVTY from system charstring : " end" id 66 04:17:15.323366 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 67 04:17:15.323424 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 66 04:17:15.323440 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:17:15.323461 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 67 04:17:15.323474 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:17:15.323483 mtc Stop timer T: 2 s 04:17:15.323499 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:15.323528 mtc Start timer T: 2 s 04:17:15.323610 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 68 04:17:15.323693 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 68 04:17:15.323713 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:17:15.323730 mtc Stop timer T: 2 s 04:17:15.323757 mtc Sent on BSCVTY to system charstring : "network" 04:17:15.323795 mtc Start timer T: 2 s 04:17:15.323869 mtc Message enqueued on BSCVTY from system charstring : " network" id 69 04:17:15.323908 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 70 04:17:15.323996 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 69 04:17:15.324020 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:17:15.324090 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 70 04:17:15.324113 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:17:15.324130 mtc Stop timer T: 2 s 04:17:15.324155 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:15.324196 mtc Start timer T: 2 s 04:17:15.324262 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 71 04:17:15.324290 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 72 04:17:15.324386 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 71 04:17:15.324407 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:17:15.324466 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 72 04:17:15.324480 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:17:15.324490 mtc Stop timer T: 2 s 04:17:15.324511 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:17:15.324539 mtc Start timer T: 2 s 04:17:15.324659 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:17:15.324697 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 74 04:17:15.324848 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:17:15.324890 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:17:15.324965 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 74 04:17:15.324985 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:17:15.324997 mtc Stop timer T: 2 s 04:17:15.325056 mtc Sent on BSCVTY to system charstring : "end" 04:17:15.325120 mtc Start timer T: 2 s 04:17:15.325193 mtc Message enqueued on BSCVTY from system charstring : " end" id 75 04:17:15.325228 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 76 04:17:15.325346 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 75 04:17:15.325369 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:17:15.325439 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 76 04:17:15.325476 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:17:15.325496 mtc Stop timer T: 2 s 04:17:15.325530 mtc Sent on BSCVTY to system charstring : "write terminal" 04:17:15.325567 mtc Start timer T: 2 s 04:17:15.326131 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:17:15.326200 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 78 04:17:15.328438 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:17:15.328518 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:17:15.328554 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 78 04:17:15.328571 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:17:15.328583 mtc Stop timer T: 2 s 04:17:15.328605 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:15.328633 mtc Start timer T: 2 s 04:17:15.328850 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 79 04:17:15.328911 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 79 04:17:15.328935 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:17:15.328955 mtc Stop timer T: 2 s 04:17:15.328976 mtc Start timer T: 1 s 04:17:15.416231 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069CB0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 39 04:17:15.416497 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27083, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 39 04:17:15.651720 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000069FE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 40 04:17:15.652025 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 40 04:17:15.886930 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A310100000059061A00000000000000000000000000000000FF9D0400'O } id 41 04:17:15.887078 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 41 04:17:16.122650 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A640100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 42 04:17:16.123007 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 42 04:17:16.329002 mtc Timeout T: 1 s 04:17:16.329142 mtc setverdict(pass): none -> pass 04:17:16.329226 mtc Terminating component type Test.dummy_CT. 04:17:16.329277 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:16.329357 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:16.329428 mtc Message with id 39 was extracted from the queue of GSMTAP. 04:17:16.329465 mtc Message with id 40 was extracted from the queue of GSMTAP. 04:17:16.329494 mtc Message with id 41 was extracted from the queue of GSMTAP. 04:17:16.329530 mtc Message with id 42 was extracted from the queue of GSMTAP. 04:17:16.329575 mtc Port GSMTAP was stopped. 04:17:16.329623 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:16.329790 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:16.329865 mtc Port BSCVTY was stopped. 04:17:16.329907 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13. 04:17:16.329946 mtc Waiting for PTCs to finish. 04:17:16.330119 mtc Setting final verdict of the test case. 04:17:16.330225 mtc Local verdict of MTC: pass 04:17:16.330286 mtc No PTCs were created. 04:17:16.330336 mtc Test case TC_si_sched_13 finished. Verdict: pass 04:17:16.330504 mtc Executing test case TC_si_sched_13_2bis_2ter_2quater in module Test. 04:17:16.330598 mtc Test case TC_si_sched_13_2bis_2ter_2quater started. 04:17:16.330653 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_si_sched_13_2bis_2ter_2quater. 04:17:16.330781 mtc Port GSMTAP was started. 04:17:16.330850 mtc Port BSCVTY was started. 04:17:16.330891 mtc Component type Test.dummy_CT was initialized. 04:17:16.330947 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:16.331091 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:16.331218 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:16.331294 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:16.331434 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:16.331957 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:16.332151 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:16.332262 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:16.332351 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:16.332467 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:16.332692 mtc Sent on BSCVTY to system charstring : "enable" 04:17:16.332822 mtc Start timer T: 2 s 04:17:16.333137 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:16.333334 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:16.333407 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:16.333440 mtc Stop timer T: 2 s 04:17:16.333493 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:16.333765 mtc Start timer T: 2 s 04:17:16.334009 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:16.334291 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:16.334356 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:16.334408 mtc Stop timer T: 2 s 04:17:16.334434 mtc Sent on BSCVTY to system charstring : "network" 04:17:16.334514 mtc Start timer T: 2 s 04:17:16.334560 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:16.334582 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:16.334660 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:16.334679 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:16.334740 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:16.334767 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:16.334783 mtc Stop timer T: 2 s 04:17:16.334810 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:16.334843 mtc Start timer T: 2 s 04:17:16.334919 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:16.334942 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:16.335001 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:16.335018 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:16.335071 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:16.335091 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:16.335104 mtc Stop timer T: 2 s 04:17:16.335132 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode static" 04:17:16.335160 mtc Start timer T: 2 s 04:17:16.335271 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode static" id 7 04:17:16.335296 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:16.335384 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode static" id 7 04:17:16.335402 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:16.335464 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:16.335481 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:16.335502 mtc Stop timer T: 2 s 04:17:16.335526 mtc Sent on BSCVTY to system charstring : "system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" 04:17:16.335631 mtc Start timer T: 2 s 04:17:16.335689 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:17:16.335711 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 10 04:17:16.335799 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis static 550602BFE809B3FF00000000000000000000007900002B" id 9 04:17:16.335817 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:16.335858 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 10 04:17:16.335884 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:16.335897 mtc Stop timer T: 2 s 04:17:16.335913 mtc Sent on BSCVTY to system charstring : "end" 04:17:16.335942 mtc Start timer T: 2 s 04:17:16.336009 mtc Message enqueued on BSCVTY from system charstring : " end" id 11 04:17:16.336039 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 12 04:17:16.336116 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 11 04:17:16.336132 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:16.336151 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 12 04:17:16.336166 mtc Message with id 12 was extracted from the queue of BSCVTY. 04:17:16.336180 mtc Stop timer T: 2 s 04:17:16.336201 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:16.336233 mtc Start timer T: 2 s 04:17:16.336304 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 13 04:17:16.336408 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 13 04:17:16.336438 mtc Message with id 13 was extracted from the queue of BSCVTY. 04:17:16.336454 mtc Stop timer T: 2 s 04:17:16.336479 mtc Sent on BSCVTY to system charstring : "network" 04:17:16.336561 mtc Start timer T: 2 s 04:17:16.336597 mtc Message enqueued on BSCVTY from system charstring : " network" id 14 04:17:16.336616 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 15 04:17:16.336677 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 14 04:17:16.336693 mtc Message with id 14 was extracted from the queue of BSCVTY. 04:17:16.336730 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 15 04:17:16.336742 mtc Message with id 15 was extracted from the queue of BSCVTY. 04:17:16.336752 mtc Stop timer T: 2 s 04:17:16.336768 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:16.336796 mtc Start timer T: 2 s 04:17:16.336896 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 16 04:17:16.336923 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 17 04:17:16.336995 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 16 04:17:16.337016 mtc Message with id 16 was extracted from the queue of BSCVTY. 04:17:16.337066 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 17 04:17:16.337081 mtc Message with id 17 was extracted from the queue of BSCVTY. 04:17:16.337095 mtc Stop timer T: 2 s 04:17:16.337122 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode static" 04:17:16.337153 mtc Start timer T: 2 s 04:17:16.337236 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode static" id 18 04:17:16.337263 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 19 04:17:16.337332 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode static" id 18 04:17:16.337349 mtc Message with id 18 was extracted from the queue of BSCVTY. 04:17:16.337405 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 19 04:17:16.337418 mtc Message with id 19 was extracted from the queue of BSCVTY. 04:17:16.337428 mtc Stop timer T: 2 s 04:17:16.337448 mtc Sent on BSCVTY to system charstring : "system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" 04:17:16.337476 mtc Start timer T: 2 s 04:17:16.337583 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 04:17:16.337619 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 21 04:17:16.337744 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter static 010603BF66B0AA0A00000002000000000000002B2B2B2B" id 20 04:17:16.337767 mtc Message with id 20 was extracted from the queue of BSCVTY. 04:17:16.337834 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 21 04:17:16.337855 mtc Message with id 21 was extracted from the queue of BSCVTY. 04:17:16.337872 mtc Stop timer T: 2 s 04:17:16.337900 mtc Sent on BSCVTY to system charstring : "end" 04:17:16.337935 mtc Start timer T: 2 s 04:17:16.338000 mtc Message enqueued on BSCVTY from system charstring : " end" id 22 04:17:16.338024 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 23 04:17:16.338105 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 22 04:17:16.338126 mtc Message with id 22 was extracted from the queue of BSCVTY. 04:17:16.338160 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 23 04:17:16.338178 mtc Message with id 23 was extracted from the queue of BSCVTY. 04:17:16.338204 mtc Stop timer T: 2 s 04:17:16.338230 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:16.338264 mtc Start timer T: 2 s 04:17:16.338339 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 24 04:17:16.338423 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 24 04:17:16.338444 mtc Message with id 24 was extracted from the queue of BSCVTY. 04:17:16.338461 mtc Stop timer T: 2 s 04:17:16.338487 mtc Sent on BSCVTY to system charstring : "network" 04:17:16.338519 mtc Start timer T: 2 s 04:17:16.338585 mtc Message enqueued on BSCVTY from system charstring : " network" id 25 04:17:16.338614 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 26 04:17:16.338700 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 25 04:17:16.338720 mtc Message with id 25 was extracted from the queue of BSCVTY. 04:17:16.338785 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 26 04:17:16.338804 mtc Message with id 26 was extracted from the queue of BSCVTY. 04:17:16.338821 mtc Stop timer T: 2 s 04:17:16.338848 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:16.338881 mtc Start timer T: 2 s 04:17:16.338963 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 27 04:17:16.338993 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 28 04:17:16.339070 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 27 04:17:16.339088 mtc Message with id 27 was extracted from the queue of BSCVTY. 04:17:16.339143 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 28 04:17:16.339160 mtc Message with id 28 was extracted from the queue of BSCVTY. 04:17:16.339174 mtc Stop timer T: 2 s 04:17:16.339196 mtc Sent on BSCVTY to system charstring : "gprs mode gprs" 04:17:16.339228 mtc Start timer T: 2 s 04:17:16.339311 mtc Message enqueued on BSCVTY from system charstring : " gprs mode gprs" id 29 04:17:16.339333 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 30 04:17:16.339392 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode gprs" id 29 04:17:16.339408 mtc Message with id 29 was extracted from the queue of BSCVTY. 04:17:16.339469 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 30 04:17:16.339492 mtc Message with id 30 was extracted from the queue of BSCVTY. 04:17:16.339509 mtc Stop timer T: 2 s 04:17:16.339535 mtc Sent on BSCVTY to system charstring : "end" 04:17:16.339567 mtc Start timer T: 2 s 04:17:16.339625 mtc Message enqueued on BSCVTY from system charstring : " end" id 31 04:17:16.339648 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 32 04:17:16.339729 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 31 04:17:16.339752 mtc Message with id 31 was extracted from the queue of BSCVTY. 04:17:16.339790 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 32 04:17:16.339808 mtc Message with id 32 was extracted from the queue of BSCVTY. 04:17:16.339825 mtc Stop timer T: 2 s 04:17:16.339849 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:16.339882 mtc Start timer T: 2 s 04:17:16.339955 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 33 04:17:16.340023 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 33 04:17:16.340038 mtc Message with id 33 was extracted from the queue of BSCVTY. 04:17:16.340048 mtc Stop timer T: 2 s 04:17:16.340064 mtc Sent on BSCVTY to system charstring : "network" 04:17:16.340132 mtc Start timer T: 2 s 04:17:16.340172 mtc Message enqueued on BSCVTY from system charstring : " network" id 34 04:17:16.340194 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 35 04:17:16.340273 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 34 04:17:16.340300 mtc Message with id 34 was extracted from the queue of BSCVTY. 04:17:16.340364 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 35 04:17:16.340383 mtc Message with id 35 was extracted from the queue of BSCVTY. 04:17:16.340399 mtc Stop timer T: 2 s 04:17:16.340437 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:16.340466 mtc Start timer T: 2 s 04:17:16.340533 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 36 04:17:16.340555 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 37 04:17:16.340607 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 36 04:17:16.340622 mtc Message with id 36 was extracted from the queue of BSCVTY. 04:17:16.340660 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 37 04:17:16.340675 mtc Message with id 37 was extracted from the queue of BSCVTY. 04:17:16.340685 mtc Stop timer T: 2 s 04:17:16.340704 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list add uarfcn 23 42 0" 04:17:16.340728 mtc Start timer T: 2 s 04:17:16.340837 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38 04:17:16.340863 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 39 04:17:16.340941 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list add uarfcn 23 42 0" id 38 04:17:16.340965 mtc Message with id 38 was extracted from the queue of BSCVTY. 04:17:16.341022 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 39 04:17:16.341040 mtc Message with id 39 was extracted from the queue of BSCVTY. 04:17:16.341053 mtc Stop timer T: 2 s 04:17:16.341073 mtc Sent on BSCVTY to system charstring : "end" 04:17:16.341103 mtc Start timer T: 2 s 04:17:16.341160 mtc Message enqueued on BSCVTY from system charstring : " end" id 40 04:17:16.341187 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 41 04:17:16.341256 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 40 04:17:16.341272 mtc Message with id 40 was extracted from the queue of BSCVTY. 04:17:16.341304 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 41 04:17:16.341322 mtc Message with id 41 was extracted from the queue of BSCVTY. 04:17:16.341334 mtc Stop timer T: 2 s 04:17:16.341350 mtc Sent on BSCVTY to system charstring : "write terminal" 04:17:16.341551 mtc Start timer T: 2 s 04:17:16.342034 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:17:16.342109 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 43 04:17:16.344685 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:17:16.344746 mtc Message with id 42 was extracted from the queue of BSCVTY. 04:17:16.344777 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 43 04:17:16.344792 mtc Message with id 43 was extracted from the queue of BSCVTY. 04:17:16.344807 mtc Stop timer T: 2 s 04:17:16.344831 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:16.344860 mtc Start timer T: 2 s 04:17:16.345110 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 44 04:17:16.345177 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 44 04:17:16.345201 mtc Message with id 44 was extracted from the queue of BSCVTY. 04:17:16.345217 mtc Stop timer T: 2 s 04:17:16.345234 mtc Start timer T: 1 s 04:17:16.357569 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006A970100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 1 04:17:16.357654 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 1 04:17:16.593238 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006ACA010000005506198FB380000000000000000000000000009D04002B'O } id 2 04:17:16.593583 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 04:17:16.828698 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006AFD0100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:17:16.829069 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 04:17:17.063932 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B300100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 4 04:17:17.064271 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 4 04:17:17.299462 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B630100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 5 04:17:17.299802 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 5 04:17:17.345252 mtc Timeout T: 1 s 04:17:17.345418 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:17.345470 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:17.345502 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:17.345529 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:17.345582 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:17.345614 mtc Port GSMTAP was cleared. 04:17:17.345667 mtc Start timer T: 8 s 04:17:17.534820 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006B9601000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 6 04:17:17.535156 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:17:17.535363 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:17:17.535473 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:17.535752 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2quater (7) }, payload := { other := 'C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } 04:17:17.770212 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BC901000000550602BFE809B3FF00000000000000000000007900002B'O } id 7 04:17:17.770589 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 7 04:17:17.770841 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 27593, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '550602BFE809B3FF00000000000000000000007900002B'O } } id 7 04:17:17.770984 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:17.771271 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:17:18.005411 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006BFC0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 8 04:17:18.005757 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 8 04:17:18.005968 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 8 04:17:18.006061 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:18.006371 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:17:18.240912 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C2F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 9 04:17:18.241271 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 04:17:18.241537 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 9 04:17:18.241640 mtc Message with id 9 was extracted from the queue of GSMTAP. 04:17:18.241926 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:18.476072 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C62010000005506198FB380000000000000000000000000009D04002B'O } id 10 04:17:18.476313 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 04:17:18.476528 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 10 04:17:18.476643 mtc Message with id 10 was extracted from the queue of GSMTAP. 04:17:18.476835 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:18.711428 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006C950100000059061A00000000000000000000000000000000FF9D0400'O } id 11 04:17:18.711721 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11 04:17:18.711922 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 11 04:17:18.712002 mtc Message with id 11 was extracted from the queue of GSMTAP. 04:17:18.712221 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:18.946804 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CC80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 12 04:17:18.947090 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 12 04:17:18.947290 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 12 04:17:18.947378 mtc Message with id 12 was extracted from the queue of GSMTAP. 04:17:18.947611 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:17:19.182215 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006CFB0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 13 04:17:19.182520 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:17:19.182741 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 13 04:17:19.182828 mtc Message with id 13 was extracted from the queue of GSMTAP. 04:17:19.183128 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:19.417529 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D2E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 14 04:17:19.417761 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 04:17:19.417938 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 14 04:17:19.418054 mtc Message with id 14 was extracted from the queue of GSMTAP. 04:17:19.418244 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:19.653121 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D6101000000550602BFE809B3FF00000000000000000000007900002B'O } id 15 04:17:19.653514 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 15 04:17:19.653797 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 15 04:17:19.653910 mtc Message with id 15 was extracted from the queue of GSMTAP. 04:17:19.654142 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:17:19.888498 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006D940100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 16 04:17:19.888820 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 16 04:17:19.889045 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 16 04:17:19.889218 mtc Message with id 16 was extracted from the queue of GSMTAP. 04:17:19.889613 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:17:20.123820 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DC70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 17 04:17:20.124163 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 04:17:20.124362 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 17 04:17:20.124529 mtc Message with id 17 was extracted from the queue of GSMTAP. 04:17:20.124886 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:20.359185 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006DFA010000005506198FB380000000000000000000000000009D04002B'O } id 18 04:17:20.727860 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 04:17:20.728189 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 18 04:17:20.728306 mtc Message with id 18 was extracted from the queue of GSMTAP. 04:17:20.728935 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:20.729710 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E2D0100000059061A00000000000000000000000000000000FF9D0400'O } id 19 04:17:20.729996 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 04:17:20.730239 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 19 04:17:20.730356 mtc Message with id 19 was extracted from the queue of GSMTAP. 04:17:20.730591 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:20.829936 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E600100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 20 04:17:20.830308 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 20 04:17:20.830553 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 20 04:17:20.830719 mtc Message with id 20 was extracted from the queue of GSMTAP. 04:17:20.831059 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:17:21.065347 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006E930100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 21 04:17:21.065727 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:17:21.065996 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 21 04:17:21.066103 mtc Message with id 21 was extracted from the queue of GSMTAP. 04:17:21.066430 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:21.300683 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EC601000000010603BF66B0AA0A00000002000000000000002B2B2B2B'O } id 22 04:17:21.301071 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 22 04:17:21.301353 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '010603BF66B0AA0A00000002000000000000002B2B2B2B'O } } id 22 04:17:21.301463 mtc Message with id 22 was extracted from the queue of GSMTAP. 04:17:21.301755 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:17:21.535830 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006EF901000000550602BFE809B3FF00000000000000000000007900002B'O } id 23 04:17:21.536099 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 23 04:17:21.536298 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '550602BFE809B3FF00000000000000000000007900002B'O } } id 23 04:17:21.536376 mtc Message with id 23 was extracted from the queue of GSMTAP. 04:17:21.536625 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:17:21.771405 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F2C0100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 24 04:17:21.771792 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 24 04:17:21.772092 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 24 04:17:21.772205 mtc Message with id 24 was extracted from the queue of GSMTAP. 04:17:21.772582 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:17:22.006711 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F5F0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 25 04:17:22.007036 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28511, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25 04:17:22.007239 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28511, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 25 04:17:22.007331 mtc Message with id 25 was extracted from the queue of GSMTAP. 04:17:22.007682 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:22.242013 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006F92010000005506198FB380000000000000000000000000009D04002B'O } id 26 04:17:22.242288 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 04:17:22.242489 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 26 04:17:22.242584 mtc Message with id 26 was extracted from the queue of GSMTAP. 04:17:22.242773 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:22.477483 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FC50100000059061A00000000000000000000000000000000FF9D0400'O } id 27 04:17:22.477853 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 04:17:22.478067 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 27 04:17:22.478195 mtc Message with id 27 was extracted from the queue of GSMTAP. 04:17:22.478471 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:22.712859 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000006FF80100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 28 04:17:22.713274 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 28 04:17:22.713526 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D04001C132B2B'O } } id 28 04:17:22.713653 mtc Message with id 28 was extracted from the queue of GSMTAP. 04:17:22.713979 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:17:22.948216 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000702B0100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 29 04:17:22.948652 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28715, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29 04:17:22.948908 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 28715, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '31061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } } id 29 04:17:22.949021 mtc Message with id 29 was extracted from the queue of GSMTAP. 04:17:22.949371 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:23.183352 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000705E01000000590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } id 30 04:17:23.183612 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 30 04:17:23.183819 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '590607C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } id 30 04:17:23.183914 mtc Message with id 30 was extracted from the queue of GSMTAP. 04:17:23.184115 mtc SI received at TC=4: { header := { l2_plen := { l2_plen := 22, zero_one := '01'B }, skip_indicator := 0, rr_protocol_discriminator := 6, message_type := SYSTEM_INFORMATION_TYPE_2quater (7) }, payload := { other := 'C00025002E08540B2B2B2B2B2B2B2B2B2B2B2B2B'O } } 04:17:23.418716 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000709101000000550602BFE809B3FF00000000000000000000007900002B'O } id 31 04:17:23.418944 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:17:23.419108 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 31 04:17:23.419208 mtc Message with id 31 was extracted from the queue of GSMTAP. 04:17:23.419397 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:17:23.654107 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070C40100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 32 04:17:23.654371 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:17:23.654557 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 32 04:17:23.654646 mtc Message with id 32 was extracted from the queue of GSMTAP. 04:17:23.654917 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:17:23.889538 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000070F70100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 33 04:17:23.889807 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 04:17:23.889999 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 33 04:17:23.890106 mtc Message with id 33 was extracted from the queue of GSMTAP. 04:17:23.890426 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:24.124826 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000712A010000005506198FB380000000000000000000000000009D04002B'O } id 34 04:17:24.125058 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 04:17:24.125203 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 34 04:17:24.125272 mtc Message with id 34 was extracted from the queue of GSMTAP. 04:17:24.125460 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:24.360465 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000715D0100000059061A00000000000000000000000000000000FF9D0400'O } id 35 04:17:24.360788 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 04:17:24.361022 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 35 04:17:24.361154 mtc Message with id 35 was extracted from the queue of GSMTAP. 04:17:24.361453 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:24.595795 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071900100000049061B51E062F224334F110101103D2D9D04001C132B2B'O } id 36 04:17:24.596171 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 04:17:24.596525 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 36 04:17:24.596656 mtc Message with id 36 was extracted from the queue of GSMTAP. 04:17:24.597011 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:17:24.831136 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071C30100000031061C62F224334F3D2D9D0400012B2B2B2B2B2B2B2B2B'O } id 37 04:17:24.831527 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 04:17:24.831852 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 37 04:17:24.832023 mtc Message with id 37 was extracted from the queue of GSMTAP. 04:17:24.832352 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:25.066486 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000071F6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 38 04:17:25.066862 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 04:17:25.067140 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 38 04:17:25.067271 mtc Message with id 38 was extracted from the queue of GSMTAP. 04:17:25.067475 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:25.301868 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000722901000000550602BFE809B3FF00000000000000000000007900002B'O } id 39 04:17:25.302217 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 04:17:25.302474 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 39 04:17:25.302638 mtc Message with id 39 was extracted from the queue of GSMTAP. 04:17:25.302898 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:17:25.345740 mtc Timeout T: 8 s 04:17:25.345837 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=0 has #of SI=4 04:17:25.345902 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=1 has #of SI=4 04:17:25.345966 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=2 has #of SI=4 04:17:25.346007 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=3 has #of SI=4 04:17:25.346062 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=4 has #of SI=5 04:17:25.346119 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=5 has #of SI=5 04:17:25.346165 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=6 has #of SI=4 04:17:25.346219 mtc "TC_si_sched_13_2bis_2ter_2quater": TC=7 has #of SI=4 04:17:25.346374 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:25.346498 mtc Start timer T: 2 s 04:17:25.346802 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 45 04:17:25.347081 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 45 04:17:25.347149 mtc Message with id 45 was extracted from the queue of BSCVTY. 04:17:25.347207 mtc Stop timer T: 2 s 04:17:25.347263 mtc Sent on BSCVTY to system charstring : "network" 04:17:25.347349 mtc Start timer T: 2 s 04:17:25.347570 mtc Message enqueued on BSCVTY from system charstring : " network" id 46 04:17:25.347644 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 47 04:17:25.347927 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 46 04:17:25.347992 mtc Message with id 46 was extracted from the queue of BSCVTY. 04:17:25.348175 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 47 04:17:25.348243 mtc Message with id 47 was extracted from the queue of BSCVTY. 04:17:25.348291 mtc Stop timer T: 2 s 04:17:25.348372 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:25.348510 mtc Start timer T: 2 s 04:17:25.348751 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 48 04:17:25.348816 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 49 04:17:25.349039 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 48 04:17:25.349099 mtc Message with id 48 was extracted from the queue of BSCVTY. 04:17:25.349274 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 49 04:17:25.349330 mtc Message with id 49 was extracted from the queue of BSCVTY. 04:17:25.349376 mtc Stop timer T: 2 s 04:17:25.349457 mtc Sent on BSCVTY to system charstring : "system-information 2bis mode computed" 04:17:25.349550 mtc Start timer T: 2 s 04:17:25.349916 mtc Message enqueued on BSCVTY from system charstring : " system-information 2bis mode computed" id 50 04:17:25.350029 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 51 04:17:25.350340 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2bis mode computed" id 50 04:17:25.350404 mtc Message with id 50 was extracted from the queue of BSCVTY. 04:17:25.350580 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 51 04:17:25.350639 mtc Message with id 51 was extracted from the queue of BSCVTY. 04:17:25.350687 mtc Stop timer T: 2 s 04:17:25.350763 mtc Sent on BSCVTY to system charstring : "end" 04:17:25.350861 mtc Start timer T: 2 s 04:17:25.351046 mtc Message enqueued on BSCVTY from system charstring : " end" id 52 04:17:25.351114 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 53 04:17:25.351350 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 52 04:17:25.351387 mtc Message with id 52 was extracted from the queue of BSCVTY. 04:17:25.351417 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 53 04:17:25.351431 mtc Message with id 53 was extracted from the queue of BSCVTY. 04:17:25.351443 mtc Stop timer T: 2 s 04:17:25.351461 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:25.351485 mtc Start timer T: 2 s 04:17:25.351545 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 54 04:17:25.351595 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 54 04:17:25.351611 mtc Message with id 54 was extracted from the queue of BSCVTY. 04:17:25.351624 mtc Stop timer T: 2 s 04:17:25.351641 mtc Sent on BSCVTY to system charstring : "network" 04:17:25.351665 mtc Start timer T: 2 s 04:17:25.351715 mtc Message enqueued on BSCVTY from system charstring : " network" id 55 04:17:25.351741 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 56 04:17:25.351802 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 55 04:17:25.351820 mtc Message with id 55 was extracted from the queue of BSCVTY. 04:17:25.351864 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 56 04:17:25.351880 mtc Message with id 56 was extracted from the queue of BSCVTY. 04:17:25.351894 mtc Stop timer T: 2 s 04:17:25.351915 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:25.351941 mtc Start timer T: 2 s 04:17:25.351992 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 57 04:17:25.352012 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 58 04:17:25.352065 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 57 04:17:25.352078 mtc Message with id 57 was extracted from the queue of BSCVTY. 04:17:25.352117 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 58 04:17:25.352128 mtc Message with id 58 was extracted from the queue of BSCVTY. 04:17:25.352140 mtc Stop timer T: 2 s 04:17:25.352156 mtc Sent on BSCVTY to system charstring : "system-information 2ter mode computed" 04:17:25.352176 mtc Start timer T: 2 s 04:17:25.352246 mtc Message enqueued on BSCVTY from system charstring : " system-information 2ter mode computed" id 59 04:17:25.352263 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 60 04:17:25.352313 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " system-information 2ter mode computed" id 59 04:17:25.352326 mtc Message with id 59 was extracted from the queue of BSCVTY. 04:17:25.352383 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 60 04:17:25.352398 mtc Message with id 60 was extracted from the queue of BSCVTY. 04:17:25.352417 mtc Stop timer T: 2 s 04:17:25.352437 mtc Sent on BSCVTY to system charstring : "end" 04:17:25.352500 mtc Start timer T: 2 s 04:17:25.352522 mtc Message enqueued on BSCVTY from system charstring : " end" id 61 04:17:25.352537 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 62 04:17:25.352594 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 61 04:17:25.352608 mtc Message with id 61 was extracted from the queue of BSCVTY. 04:17:25.352634 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 62 04:17:25.352647 mtc Message with id 62 was extracted from the queue of BSCVTY. 04:17:25.352659 mtc Stop timer T: 2 s 04:17:25.352675 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:25.352699 mtc Start timer T: 2 s 04:17:25.352750 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 63 04:17:25.352808 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 63 04:17:25.352824 mtc Message with id 63 was extracted from the queue of BSCVTY. 04:17:25.352837 mtc Stop timer T: 2 s 04:17:25.352861 mtc Sent on BSCVTY to system charstring : "network" 04:17:25.352912 mtc Start timer T: 2 s 04:17:25.352941 mtc Message enqueued on BSCVTY from system charstring : " network" id 64 04:17:25.352956 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 65 04:17:25.353015 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 64 04:17:25.353031 mtc Message with id 64 was extracted from the queue of BSCVTY. 04:17:25.353075 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 65 04:17:25.353090 mtc Message with id 65 was extracted from the queue of BSCVTY. 04:17:25.353103 mtc Stop timer T: 2 s 04:17:25.353122 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:25.353146 mtc Start timer T: 2 s 04:17:25.353198 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 66 04:17:25.353214 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 67 04:17:25.353271 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 66 04:17:25.353285 mtc Message with id 66 was extracted from the queue of BSCVTY. 04:17:25.353328 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 67 04:17:25.353341 mtc Message with id 67 was extracted from the queue of BSCVTY. 04:17:25.353352 mtc Stop timer T: 2 s 04:17:25.353371 mtc Sent on BSCVTY to system charstring : "gprs mode none" 04:17:25.353394 mtc Start timer T: 2 s 04:17:25.353460 mtc Message enqueued on BSCVTY from system charstring : " gprs mode none" id 68 04:17:25.353475 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 69 04:17:25.353532 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " gprs mode none" id 68 04:17:25.353546 mtc Message with id 68 was extracted from the queue of BSCVTY. 04:17:25.353588 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 69 04:17:25.353603 mtc Message with id 69 was extracted from the queue of BSCVTY. 04:17:25.353615 mtc Stop timer T: 2 s 04:17:25.353633 mtc Sent on BSCVTY to system charstring : "end" 04:17:25.353655 mtc Start timer T: 2 s 04:17:25.353694 mtc Message enqueued on BSCVTY from system charstring : " end" id 70 04:17:25.353708 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 71 04:17:25.353762 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 70 04:17:25.353776 mtc Message with id 70 was extracted from the queue of BSCVTY. 04:17:25.353802 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 71 04:17:25.353815 mtc Message with id 71 was extracted from the queue of BSCVTY. 04:17:25.353827 mtc Stop timer T: 2 s 04:17:25.353844 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:25.353866 mtc Start timer T: 2 s 04:17:25.353919 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 72 04:17:25.353988 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 72 04:17:25.354005 mtc Message with id 72 was extracted from the queue of BSCVTY. 04:17:25.354017 mtc Stop timer T: 2 s 04:17:25.354036 mtc Sent on BSCVTY to system charstring : "network" 04:17:25.354059 mtc Start timer T: 2 s 04:17:25.354095 mtc Message enqueued on BSCVTY from system charstring : " network" id 73 04:17:25.354111 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 74 04:17:25.354167 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 73 04:17:25.354180 mtc Message with id 73 was extracted from the queue of BSCVTY. 04:17:25.354222 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 74 04:17:25.354236 mtc Message with id 74 was extracted from the queue of BSCVTY. 04:17:25.354248 mtc Stop timer T: 2 s 04:17:25.354268 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:25.354290 mtc Start timer T: 2 s 04:17:25.354350 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 75 04:17:25.354373 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 76 04:17:25.354412 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 75 04:17:25.354423 mtc Message with id 75 was extracted from the queue of BSCVTY. 04:17:25.354453 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 76 04:17:25.354462 mtc Message with id 76 was extracted from the queue of BSCVTY. 04:17:25.354468 mtc Stop timer T: 2 s 04:17:25.354482 mtc Sent on BSCVTY to system charstring : "si2quater neighbor-list del uarfcn 23 42" 04:17:25.354505 mtc Start timer T: 2 s 04:17:25.354566 mtc Message enqueued on BSCVTY from system charstring : " si2quater neighbor-list del uarfcn 23 42" id 77 04:17:25.354582 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 78 04:17:25.354651 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " si2quater neighbor-list del uarfcn 23 42" id 77 04:17:25.354666 mtc Message with id 77 was extracted from the queue of BSCVTY. 04:17:25.354706 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 78 04:17:25.354718 mtc Message with id 78 was extracted from the queue of BSCVTY. 04:17:25.354725 mtc Stop timer T: 2 s 04:17:25.354736 mtc Sent on BSCVTY to system charstring : "end" 04:17:25.354753 mtc Start timer T: 2 s 04:17:25.354793 mtc Message enqueued on BSCVTY from system charstring : " end" id 79 04:17:25.354805 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 80 04:17:25.354844 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 79 04:17:25.354855 mtc Message with id 79 was extracted from the queue of BSCVTY. 04:17:25.354875 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 80 04:17:25.354885 mtc Message with id 80 was extracted from the queue of BSCVTY. 04:17:25.354892 mtc Stop timer T: 2 s 04:17:25.354904 mtc Sent on BSCVTY to system charstring : "write terminal" 04:17:25.354927 mtc Start timer T: 2 s 04:17:25.355304 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:17:25.355375 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 82 04:17:25.356843 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:17:25.357338 mtc Message with id 81 was extracted from the queue of BSCVTY. 04:17:25.357367 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 82 04:17:25.357380 mtc Message with id 82 was extracted from the queue of BSCVTY. 04:17:25.357392 mtc Stop timer T: 2 s 04:17:25.357414 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:25.357439 mtc Start timer T: 2 s 04:17:25.357571 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 83 04:17:25.357605 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 83 04:17:25.357616 mtc Message with id 83 was extracted from the queue of BSCVTY. 04:17:25.357622 mtc Stop timer T: 2 s 04:17:25.357629 mtc Start timer T: 1 s 04:17:25.536970 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000725C0100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 40 04:17:25.537252 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 40 04:17:25.772614 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000728F0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 41 04:17:25.772956 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 41 04:17:26.007972 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072C2010000005506198FB380000000000000000000000000009D04002B'O } id 42 04:17:26.008373 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 42 04:17:26.243223 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000072F50100000059061A00000000000000000000000000000000FF9D0400'O } id 43 04:17:26.243597 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 43 04:17:26.357644 mtc Timeout T: 1 s 04:17:26.357801 mtc setverdict(pass): none -> pass 04:17:26.357931 mtc Terminating component type Test.dummy_CT. 04:17:26.358020 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:26.358135 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:26.358217 mtc Message with id 40 was extracted from the queue of GSMTAP. 04:17:26.358288 mtc Message with id 41 was extracted from the queue of GSMTAP. 04:17:26.358318 mtc Message with id 42 was extracted from the queue of GSMTAP. 04:17:26.358345 mtc Message with id 43 was extracted from the queue of GSMTAP. 04:17:26.358370 mtc Port GSMTAP was stopped. 04:17:26.358399 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:26.358539 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:26.358603 mtc Port BSCVTY was stopped. 04:17:26.358648 mtc Component type Test.dummy_CT was shut down inside testcase TC_si_sched_13_2bis_2ter_2quater. 04:17:26.358711 mtc Waiting for PTCs to finish. 04:17:26.358873 mtc Setting final verdict of the test case. 04:17:26.358926 mtc Local verdict of MTC: pass 04:17:26.358982 mtc No PTCs were created. 04:17:26.359037 mtc Test case TC_si_sched_13_2bis_2ter_2quater finished. Verdict: pass 04:17:26.359194 mtc Executing test case TC_neci in module Test. 04:17:26.359315 mtc Test case TC_neci started. 04:17:26.359357 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_neci. 04:17:26.359468 mtc Port GSMTAP was started. 04:17:26.359559 mtc Port BSCVTY was started. 04:17:26.359615 mtc Component type Test.dummy_CT was initialized. 04:17:26.359687 mtc Random number generator was initialized with seed 60.359683: srand48(-501014027). 04:17:26.359778 mtc Function rnd() returned 0.785385. 04:17:26.359942 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:26.360104 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:26.360270 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:26.360353 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:26.360533 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:26.361009 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:26.361146 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:26.361248 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:26.361322 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:26.361391 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:26.361562 mtc Sent on BSCVTY to system charstring : "enable" 04:17:26.361838 mtc Start timer T: 2 s 04:17:26.361947 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:26.362090 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:26.362151 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:26.362205 mtc Stop timer T: 2 s 04:17:26.362280 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:26.362377 mtc Start timer T: 2 s 04:17:26.362819 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:26.363118 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:26.363202 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:26.363264 mtc Stop timer T: 2 s 04:17:26.363341 mtc Sent on BSCVTY to system charstring : "network" 04:17:26.363396 mtc Start timer T: 2 s 04:17:26.363517 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:26.363544 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:26.363610 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:26.363629 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:26.363670 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:26.363683 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:26.363693 mtc Stop timer T: 2 s 04:17:26.363712 mtc Sent on BSCVTY to system charstring : "neci 0" 04:17:26.363744 mtc Start timer T: 2 s 04:17:26.363808 mtc Message enqueued on BSCVTY from system charstring : " neci 0" id 5 04:17:26.363834 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 6 04:17:26.363906 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " neci 0" id 5 04:17:26.363924 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:26.363965 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 6 04:17:26.363977 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:26.363986 mtc Stop timer T: 2 s 04:17:26.364001 mtc Sent on BSCVTY to system charstring : "end" 04:17:26.364027 mtc Start timer T: 2 s 04:17:26.364072 mtc Message enqueued on BSCVTY from system charstring : " end" id 7 04:17:26.364125 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 8 04:17:26.364212 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 7 04:17:26.364232 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:26.364254 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 8 04:17:26.364265 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:26.364273 mtc Stop timer T: 2 s 04:17:26.364290 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:26.364317 mtc Start timer T: 2 s 04:17:26.364502 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 9 04:17:26.364547 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 9 04:17:26.364578 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:26.364597 mtc Stop timer T: 2 s 04:17:26.364611 mtc Start timer T: 1 s 04:17:26.478482 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073280100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 1 04:17:26.478739 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 1 04:17:26.713982 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000735B0100000031061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 2 04:17:26.714337 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334F3D2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 2 04:17:26.949447 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000738E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 3 04:17:26.949829 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29582, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 3 04:17:27.184821 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073C10100000059061A00000000000000000000000000000000FF9D0400'O } id 4 04:17:27.185142 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29633, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 4 04:17:27.364629 mtc Timeout T: 1 s 04:17:27.364757 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:27.364803 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:27.364841 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:27.364887 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:27.364917 mtc Port GSMTAP was cleared. 04:17:27.364947 mtc Start timer T: 10 s 04:17:27.419893 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000073F40100000049061B51E062F224334F110101103D2D9D0400392B2B2B'O } id 5 04:17:27.420160 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 5 04:17:27.420370 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F110101103D2D9D0400392B2B2B'O } } id 5 04:17:27.420483 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:27.420830 mtc setverdict(pass): none -> pass 04:17:27.421052 mtc Terminating component type Test.dummy_CT. 04:17:27.421118 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:27.421192 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:27.421229 mtc Port GSMTAP was stopped. 04:17:27.421260 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:27.421402 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:27.421471 mtc Port BSCVTY was stopped. 04:17:27.421500 mtc Component type Test.dummy_CT was shut down inside testcase TC_neci. 04:17:27.421533 mtc Waiting for PTCs to finish. 04:17:27.421821 mtc Setting final verdict of the test case. 04:17:27.421887 mtc Local verdict of MTC: pass 04:17:27.421947 mtc No PTCs were created. 04:17:27.421993 mtc Test case TC_neci finished. Verdict: pass 04:17:27.422161 mtc Executing test case TC_cell_resel_hyst in module Test. 04:17:27.422241 mtc Test case TC_cell_resel_hyst started. 04:17:27.422290 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cell_resel_hyst. 04:17:27.422503 mtc Port GSMTAP was started. 04:17:27.422579 mtc Port BSCVTY was started. 04:17:27.422607 mtc Component type Test.dummy_CT was initialized. 04:17:27.422634 mtc Function rnd() returned 0.873384. 04:17:27.422756 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:27.422966 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:27.423205 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:27.423284 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:27.423408 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:27.423833 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:27.423960 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:27.424034 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:27.424108 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:27.424175 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:27.424343 mtc Sent on BSCVTY to system charstring : "enable" 04:17:27.424592 mtc Start timer T: 2 s 04:17:27.424687 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:27.424818 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:27.424903 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:27.424960 mtc Stop timer T: 2 s 04:17:27.425022 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:27.425323 mtc Start timer T: 2 s 04:17:27.425445 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:27.425501 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:27.425513 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:27.425525 mtc Stop timer T: 2 s 04:17:27.425537 mtc Sent on BSCVTY to system charstring : "network" 04:17:27.425555 mtc Start timer T: 2 s 04:17:27.425610 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:27.425630 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:27.425677 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:27.425690 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:27.425725 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:27.425739 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:27.425750 mtc Stop timer T: 2 s 04:17:27.425768 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:27.425789 mtc Start timer T: 2 s 04:17:27.425840 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:27.425864 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:27.425920 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:27.425937 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:27.425969 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:27.425983 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:27.425997 mtc Stop timer T: 2 s 04:17:27.426019 mtc Sent on BSCVTY to system charstring : "cell reselection hysteresis 12" 04:17:27.426041 mtc Start timer T: 2 s 04:17:27.426137 mtc Message enqueued on BSCVTY from system charstring : " cell reselection hysteresis 12" id 7 04:17:27.426155 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:27.426238 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell reselection hysteresis 12" id 7 04:17:27.426254 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:27.426297 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:27.426311 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:27.426322 mtc Stop timer T: 2 s 04:17:27.426339 mtc Sent on BSCVTY to system charstring : "end" 04:17:27.426365 mtc Start timer T: 2 s 04:17:27.426414 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:17:27.426431 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:17:27.426487 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:17:27.426498 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:27.426515 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:17:27.426532 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:27.426540 mtc Stop timer T: 2 s 04:17:27.426551 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:27.426570 mtc Start timer T: 2 s 04:17:27.426696 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:17:27.426736 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:17:27.426749 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:27.426765 mtc Stop timer T: 2 s 04:17:27.426777 mtc Start timer T: 1 s 04:17:27.655556 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074270100000031061C62F224334FDD2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:17:27.655934 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334FDD2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:17:27.890718 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000745A010000005506198FB380000000000000000000000000009D04002B'O } id 2 04:17:27.891016 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 04:17:28.126062 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000748D0100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:17:28.126377 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 04:17:28.361622 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074C00100000049061B51E062F224334F11010110DD2D9D0400392B2B2B'O } id 4 04:17:28.361988 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F11010110DD2D9D0400392B2B2B'O } } id 4 04:17:28.426796 mtc Timeout T: 1 s 04:17:28.426969 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:28.427031 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:28.427075 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:28.427117 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:28.427160 mtc Port GSMTAP was cleared. 04:17:28.427210 mtc Start timer T: 10 s 04:17:28.596956 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000074F30100000031061C62F224334FDD2D9D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:17:28.597250 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334FDD2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:28.597482 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334FDD2D9D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:28.597583 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:28.832369 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007526010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:17:28.832836 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29990, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:17:28.833104 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 29990, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '0106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } } id 6 04:17:28.833203 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:29.067496 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075590100000059061A00000000000000000000000000000000FF9D0400'O } id 7 04:17:29.067735 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:17:29.067902 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30041, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:17:29.068001 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:29.302849 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000758C0100000049061B51E062F224334F11010110DD2D9D0400392B2B2B'O } id 8 04:17:29.303144 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F11010110DD2D9D0400392B2B2B'O } } id 8 04:17:29.303317 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F11010110DD2D9D0400392B2B2B'O } } id 8 04:17:29.303411 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:29.303664 mtc setverdict(pass): none -> pass 04:17:29.303745 mtc Terminating component type Test.dummy_CT. 04:17:29.303795 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:29.303859 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:29.303915 mtc Port GSMTAP was stopped. 04:17:29.303959 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:29.304070 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:29.304125 mtc Port BSCVTY was stopped. 04:17:29.304152 mtc Component type Test.dummy_CT was shut down inside testcase TC_cell_resel_hyst. 04:17:29.304184 mtc Waiting for PTCs to finish. 04:17:29.304457 mtc Setting final verdict of the test case. 04:17:29.304556 mtc Local verdict of MTC: pass 04:17:29.304614 mtc No PTCs were created. 04:17:29.304661 mtc Test case TC_cell_resel_hyst finished. Verdict: pass 04:17:29.304775 mtc Executing test case TC_rxlev_acc_min in module Test. 04:17:29.304843 mtc Test case TC_rxlev_acc_min started. 04:17:29.304889 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rxlev_acc_min. 04:17:29.304989 mtc Port GSMTAP was started. 04:17:29.305050 mtc Port BSCVTY was started. 04:17:29.305091 mtc Component type Test.dummy_CT was initialized. 04:17:29.305138 mtc Function rnd() returned 0.086249. 04:17:29.305248 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:29.305358 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:29.305459 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:29.305525 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:29.305638 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:29.306104 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:29.306248 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:29.306349 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:29.306420 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:29.306459 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:29.306598 mtc Sent on BSCVTY to system charstring : "enable" 04:17:29.306714 mtc Start timer T: 2 s 04:17:29.306900 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:29.307041 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:29.307102 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:29.307152 mtc Stop timer T: 2 s 04:17:29.307210 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:29.307311 mtc Start timer T: 2 s 04:17:29.307899 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:29.308283 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:29.308378 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:29.308426 mtc Stop timer T: 2 s 04:17:29.308446 mtc Sent on BSCVTY to system charstring : "network" 04:17:29.308471 mtc Start timer T: 2 s 04:17:29.308531 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:29.308547 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:29.308601 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:29.308615 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:29.308669 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:29.308683 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:29.308695 mtc Stop timer T: 2 s 04:17:29.308724 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:29.308745 mtc Start timer T: 2 s 04:17:29.308804 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:29.308821 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:29.308876 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:29.308888 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:29.308932 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:29.308945 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:29.308952 mtc Stop timer T: 2 s 04:17:29.308964 mtc Sent on BSCVTY to system charstring : "rxlev access min 5" 04:17:29.308997 mtc Start timer T: 2 s 04:17:29.309084 mtc Message enqueued on BSCVTY from system charstring : " rxlev access min 5" id 7 04:17:29.309106 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:29.309147 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rxlev access min 5" id 7 04:17:29.309172 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:29.309231 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:29.309244 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:29.309256 mtc Stop timer T: 2 s 04:17:29.309287 mtc Sent on BSCVTY to system charstring : "end" 04:17:29.309310 mtc Start timer T: 2 s 04:17:29.309361 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:17:29.309376 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:17:29.309422 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:17:29.309446 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:29.309465 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:17:29.309474 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:29.309484 mtc Stop timer T: 2 s 04:17:29.309505 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:29.309527 mtc Start timer T: 2 s 04:17:29.309659 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:17:29.309695 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:17:29.309723 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:29.309731 mtc Stop timer T: 2 s 04:17:29.309740 mtc Start timer T: 1 s 04:17:29.538191 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075BF0100000031061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:17:29.538426 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:17:29.773787 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000075F2010000005506198FB380000000000000000000000000009D04002B'O } id 2 04:17:29.774165 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 04:17:30.009136 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076250100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:17:30.009472 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 04:17:30.244538 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076580100000049061B51E062F224334F11010110DD059D0400392B2B2B'O } id 4 04:17:30.244914 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F11010110DD059D0400392B2B2B'O } } id 4 04:17:30.309758 mtc Timeout T: 1 s 04:17:30.309929 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:30.310008 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:30.310069 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:30.310126 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:30.310181 mtc Port GSMTAP was cleared. 04:17:30.310256 mtc Start timer T: 10 s 04:17:30.479898 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000768B0100000031061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:17:30.480285 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:30.480653 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:30.480771 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:30.715297 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076BE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:17:30.715687 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:30.715951 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:30.716058 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:30.950401 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000076F10100000059061A00000000000000000000000000000000FF9D0400'O } id 7 04:17:30.950689 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:17:30.962835 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, hdr_len := 4, msg_type := GSMTAP_TYPE_UM (1), timeslot := 0, arfcn := { pcs := false, arfcn := 871 }, signal_dbm := 0, snr_db := 0, frame_number := 30449, sub_type := GSMTAP_CHANNEL_BCCH (1), antenna_nr := 0, sub_slot := 0, res := 0 }, payload := '59061A00000000000000000000000000000000FF9D0400'O } } id 7 04:17:30.962929 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:31.185791 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077240100000049061B51E062F224334F11010110DD059D0400392B2B2B'O } id 8 04:17:31.186142 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F11010110DD059D0400392B2B2B'O } } id 8 04:17:31.186351 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061B51E062F224334F11010110DD059D0400392B2B2B'O } } id 8 04:17:31.186438 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:31.186723 mtc setverdict(pass): none -> pass 04:17:31.186811 mtc Terminating component type Test.dummy_CT. 04:17:31.186869 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:31.186960 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:31.187014 mtc Port GSMTAP was stopped. 04:17:31.187062 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:31.187195 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:31.187272 mtc Port BSCVTY was stopped. 04:17:31.187318 mtc Component type Test.dummy_CT was shut down inside testcase TC_rxlev_acc_min. 04:17:31.187360 mtc Waiting for PTCs to finish. 04:17:31.187494 mtc Setting final verdict of the test case. 04:17:31.187559 mtc Local verdict of MTC: pass 04:17:31.187607 mtc No PTCs were created. 04:17:31.187681 mtc Test case TC_rxlev_acc_min finished. Verdict: pass 04:17:31.187795 mtc Executing test case TC_cellid in module Test. 04:17:31.187866 mtc Test case TC_cellid started. 04:17:31.187897 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_cellid. 04:17:31.187987 mtc Port GSMTAP was started. 04:17:31.188049 mtc Port BSCVTY was started. 04:17:31.188106 mtc Component type Test.dummy_CT was initialized. 04:17:31.188154 mtc Function rnd() returned 0.647979. 04:17:31.188260 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:31.188368 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:31.188487 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:31.188550 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:31.188663 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:31.189042 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:31.189158 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:31.189231 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:31.189294 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:31.189351 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:31.189500 mtc Sent on BSCVTY to system charstring : "enable" 04:17:31.189609 mtc Start timer T: 2 s 04:17:31.189785 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:31.189924 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:31.189988 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:31.190043 mtc Stop timer T: 2 s 04:17:31.190106 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:31.190201 mtc Start timer T: 2 s 04:17:31.190516 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:31.190755 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:31.190830 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:31.190879 mtc Stop timer T: 2 s 04:17:31.190951 mtc Sent on BSCVTY to system charstring : "network" 04:17:31.191039 mtc Start timer T: 2 s 04:17:31.191232 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:31.191300 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:31.191394 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:31.191408 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:31.191449 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:31.191462 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:31.191473 mtc Stop timer T: 2 s 04:17:31.191492 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:31.191512 mtc Start timer T: 2 s 04:17:31.191565 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:31.191581 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:31.191618 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:31.191628 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:31.191657 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:31.191666 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:31.191674 mtc Stop timer T: 2 s 04:17:31.191686 mtc Sent on BSCVTY to system charstring : "cell_identity 42465" 04:17:31.191707 mtc Start timer T: 2 s 04:17:31.191794 mtc Message enqueued on BSCVTY from system charstring : " cell_identity 42465" id 7 04:17:31.191811 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:31.191869 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " cell_identity 42465" id 7 04:17:31.191884 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:31.191926 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:31.191939 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:31.191949 mtc Stop timer T: 2 s 04:17:31.191965 mtc Sent on BSCVTY to system charstring : "end" 04:17:31.191987 mtc Start timer T: 2 s 04:17:31.192029 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:17:31.192045 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:17:31.192097 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:17:31.192111 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:31.192136 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:17:31.192148 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:31.192159 mtc Stop timer T: 2 s 04:17:31.192176 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:31.192198 mtc Start timer T: 2 s 04:17:31.192319 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:17:31.192356 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:17:31.192372 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:31.192386 mtc Stop timer T: 2 s 04:17:31.192399 mtc Start timer T: 1 s 04:17:31.421324 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077570100000031061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:17:31.421690 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:17:31.656755 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000778A010000005506198FB380000000000000000000000000009D04002B'O } id 2 04:17:31.657095 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 04:17:31.892118 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077BD0100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:17:31.892508 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 04:17:32.127191 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000077F00100000049061BA5E162F224334F11010110DD059D0400392B2B2B'O } id 4 04:17:32.127445 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F224334F11010110DD059D0400392B2B2B'O } } id 4 04:17:32.192459 mtc Timeout T: 1 s 04:17:32.192633 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:32.192695 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:32.192729 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:32.192765 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:32.192798 mtc Port GSMTAP was cleared. 04:17:32.192836 mtc Start timer T: 10 s 04:17:32.362610 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078230100000031061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:17:32.362872 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:32.363093 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F224334FDD059D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:32.363174 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:32.597951 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007856010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:17:32.598185 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:32.598332 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:32.598427 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:32.833543 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078890100000059061A00000000000000000000000000000000FF9D0400'O } id 7 04:17:32.833866 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 04:17:32.834101 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 04:17:32.834237 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:33.068755 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078BC0100000049061BA5E162F224334F11010110DD059D0400392B2B2B'O } id 8 04:17:33.069150 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F224334F11010110DD059D0400392B2B2B'O } } id 8 04:17:33.069396 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F224334F11010110DD059D0400392B2B2B'O } } id 8 04:17:33.069517 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:33.069881 mtc setverdict(pass): none -> pass 04:17:33.069963 mtc Terminating component type Test.dummy_CT. 04:17:33.070005 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:33.070076 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:33.070115 mtc Port GSMTAP was stopped. 04:17:33.070144 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:33.070253 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:33.070317 mtc Port BSCVTY was stopped. 04:17:33.070366 mtc Component type Test.dummy_CT was shut down inside testcase TC_cellid. 04:17:33.070424 mtc Waiting for PTCs to finish. 04:17:33.070694 mtc Setting final verdict of the test case. 04:17:33.070762 mtc Local verdict of MTC: pass 04:17:33.070824 mtc No PTCs were created. 04:17:33.070871 mtc Test case TC_cellid finished. Verdict: pass 04:17:33.071060 mtc Executing test case TC_lac in module Test. 04:17:33.071193 mtc Test case TC_lac started. 04:17:33.071265 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_lac. 04:17:33.071598 mtc Port GSMTAP was started. 04:17:33.071678 mtc Port BSCVTY was started. 04:17:33.071727 mtc Component type Test.dummy_CT was initialized. 04:17:33.071844 mtc Function rnd() returned 0.011444. 04:17:33.071991 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:33.072145 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:33.072319 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:33.072452 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:33.072602 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:33.073058 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:33.073205 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:33.073295 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:33.073370 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:33.073437 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:33.073606 mtc Sent on BSCVTY to system charstring : "enable" 04:17:33.073733 mtc Start timer T: 2 s 04:17:33.073928 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:33.074089 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:33.074152 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:33.074206 mtc Stop timer T: 2 s 04:17:33.074275 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:33.074379 mtc Start timer T: 2 s 04:17:33.074719 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:33.074938 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:33.075023 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:33.075078 mtc Stop timer T: 2 s 04:17:33.075158 mtc Sent on BSCVTY to system charstring : "network" 04:17:33.075257 mtc Start timer T: 2 s 04:17:33.075463 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:33.075534 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:33.075703 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:33.075747 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:33.075861 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:33.075908 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:33.075938 mtc Stop timer T: 2 s 04:17:33.075983 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:33.076062 mtc Start timer T: 2 s 04:17:33.076257 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:33.076331 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:33.076437 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:33.076457 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:33.076515 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:33.076534 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:33.076549 mtc Stop timer T: 2 s 04:17:33.076575 mtc Sent on BSCVTY to system charstring : "location_area_code 749" 04:17:33.076604 mtc Start timer T: 2 s 04:17:33.076707 mtc Message enqueued on BSCVTY from system charstring : " location_area_code 749" id 7 04:17:33.076731 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:33.076786 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " location_area_code 749" id 7 04:17:33.076801 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:33.076836 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:33.076849 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:33.076858 mtc Stop timer T: 2 s 04:17:33.076871 mtc Sent on BSCVTY to system charstring : "end" 04:17:33.076896 mtc Start timer T: 2 s 04:17:33.076953 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:17:33.076973 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:17:33.077027 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:17:33.077046 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:33.077083 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:17:33.077100 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:33.077115 mtc Stop timer T: 2 s 04:17:33.077139 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:33.077168 mtc Start timer T: 2 s 04:17:33.077330 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:17:33.077383 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:17:33.077405 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:33.077424 mtc Stop timer T: 2 s 04:17:33.077442 mtc Start timer T: 1 s 04:17:33.304302 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000078EF0100000031061C62F22402EDDD059D04002B2B2B2B2B2B2B2B2B2B'O } id 1 04:17:33.304692 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD059D04002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:17:33.539645 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007922010000005506198FB380000000000000000000000000009D04002B'O } id 2 04:17:33.539970 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 2 04:17:33.775003 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079550100000059061A00000000000000000000000000000000FF9D0400'O } id 3 04:17:33.775346 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 3 04:17:34.010369 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079880100000049061BA5E162F22402ED11010110DD059D0400392B2B2B'O } id 4 04:17:34.010692 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD059D0400392B2B2B'O } } id 4 04:17:34.077466 mtc Timeout T: 1 s 04:17:34.077637 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:34.077690 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:34.077722 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:34.077789 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:34.077830 mtc Port GSMTAP was cleared. 04:17:34.077863 mtc Start timer T: 10 s 04:17:34.245715 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079BB0100000031061C62F22402EDDD059D04002B2B2B2B2B2B2B2B2B2B'O } id 5 04:17:34.246075 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD059D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:34.246398 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD059D04002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:34.246527 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:34.481113 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000079EE010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:17:34.481474 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:34.481746 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:34.481878 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:34.716546 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A210100000059061A00000000000000000000000000000000FF9D0400'O } id 7 04:17:34.716934 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 04:17:34.717196 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 7 04:17:34.717320 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:34.951549 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A540100000049061BA5E162F22402ED11010110DD059D0400392B2B2B'O } id 8 04:17:34.951845 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD059D0400392B2B2B'O } } id 8 04:17:34.952046 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD059D0400392B2B2B'O } } id 8 04:17:34.952130 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:34.952459 mtc setverdict(pass): none -> pass 04:17:34.952554 mtc Terminating component type Test.dummy_CT. 04:17:34.952613 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:34.952708 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:34.952761 mtc Port GSMTAP was stopped. 04:17:34.952808 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:34.952936 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:34.952994 mtc Port BSCVTY was stopped. 04:17:34.953035 mtc Component type Test.dummy_CT was shut down inside testcase TC_lac. 04:17:34.953092 mtc Waiting for PTCs to finish. 04:17:34.953245 mtc Setting final verdict of the test case. 04:17:34.953341 mtc Local verdict of MTC: pass 04:17:34.953398 mtc No PTCs were created. 04:17:34.953442 mtc Test case TC_lac finished. Verdict: pass 04:17:34.953642 mtc Executing test case TC_rach_tx_int in module Test. 04:17:34.953749 mtc Test case TC_rach_tx_int started. 04:17:34.953804 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_tx_int. 04:17:34.953910 mtc Port GSMTAP was started. 04:17:34.953993 mtc Port BSCVTY was started. 04:17:34.954045 mtc Component type Test.dummy_CT was initialized. 04:17:34.954083 mtc Function rnd() returned 0.977936. 04:17:34.954209 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:34.954327 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:34.954465 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:34.954557 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:34.954688 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:34.955104 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:34.955249 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:34.955324 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:34.955387 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:34.955442 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:34.955592 mtc Sent on BSCVTY to system charstring : "enable" 04:17:34.955702 mtc Start timer T: 2 s 04:17:34.955887 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:34.956024 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:34.956080 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:34.956126 mtc Stop timer T: 2 s 04:17:34.956189 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:34.956485 mtc Start timer T: 2 s 04:17:34.956719 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:34.956967 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:34.957030 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:34.957078 mtc Stop timer T: 2 s 04:17:34.957150 mtc Sent on BSCVTY to system charstring : "network" 04:17:34.957242 mtc Start timer T: 2 s 04:17:34.957395 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:34.957412 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:34.957469 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:34.957483 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:34.957527 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:34.957542 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:34.957554 mtc Stop timer T: 2 s 04:17:34.957573 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:34.957594 mtc Start timer T: 2 s 04:17:34.957646 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:34.957662 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:34.957701 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:34.957711 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:34.957741 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:34.957751 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:34.957758 mtc Stop timer T: 2 s 04:17:34.957770 mtc Sent on BSCVTY to system charstring : "rach tx integer 14" 04:17:34.957788 mtc Start timer T: 2 s 04:17:34.957871 mtc Message enqueued on BSCVTY from system charstring : " rach tx integer 14" id 7 04:17:34.957886 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:34.957926 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach tx integer 14" id 7 04:17:34.957937 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:34.957977 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:34.957990 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:34.958001 mtc Stop timer T: 2 s 04:17:34.958017 mtc Sent on BSCVTY to system charstring : "end" 04:17:34.958081 mtc Start timer T: 2 s 04:17:34.958101 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:17:34.958115 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:17:34.958167 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:17:34.958181 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:34.958206 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:17:34.958220 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:34.958232 mtc Stop timer T: 2 s 04:17:34.958249 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:34.958270 mtc Start timer T: 2 s 04:17:34.958391 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:17:34.958427 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:17:34.958443 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:34.958457 mtc Stop timer T: 2 s 04:17:34.958471 mtc Start timer T: 1 s 04:17:35.187186 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007A870100000031061C62F22402EDDD05B904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:17:35.187494 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD05B904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:17:35.422550 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007ABA010000005506198FB38000000000000000000000000000B904002B'O } id 2 04:17:35.422927 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB38000000000000000000000000000B904002B'O } } id 2 04:17:35.657731 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007AED0100000059061A00000000000000000000000000000000FFB90400'O } id 3 04:17:35.658002 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FFB90400'O } } id 3 04:17:35.893288 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B200100000049061BA5E162F22402ED11010110DD05B90400392B2B2B'O } id 4 04:17:35.893651 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05B90400392B2B2B'O } } id 4 04:17:35.958487 mtc Timeout T: 1 s 04:17:35.970265 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:35.970351 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:35.970407 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:35.970451 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:35.970484 mtc Port GSMTAP was cleared. 04:17:35.970528 mtc Start timer T: 10 s 04:17:36.128474 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B530100000031061C62F22402EDDD05B904002B2B2B2B2B2B2B2B2B2B'O } id 5 04:17:36.128719 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD05B904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:36.128902 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD05B904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:36.129009 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:36.363867 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007B86010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:17:36.364135 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:36.364290 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:36.364364 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:36.599379 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BB90100000059061A00000000000000000000000000000000FFB90400'O } id 7 04:17:36.599759 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FFB90400'O } } id 7 04:17:36.600027 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FFB90400'O } } id 7 04:17:36.600156 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:36.834748 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007BEC0100000049061BA5E162F22402ED11010110DD05B90400392B2B2B'O } id 8 04:17:36.835158 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05B90400392B2B2B'O } } id 8 04:17:36.835407 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05B90400392B2B2B'O } } id 8 04:17:36.835507 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:36.835843 mtc setverdict(pass): none -> pass 04:17:36.835935 mtc Terminating component type Test.dummy_CT. 04:17:36.836000 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:36.836105 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:36.836164 mtc Port GSMTAP was stopped. 04:17:36.836213 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:36.836361 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:36.836483 mtc Port BSCVTY was stopped. 04:17:36.836538 mtc Component type Test.dummy_CT was shut down inside testcase TC_rach_tx_int. 04:17:36.836602 mtc Waiting for PTCs to finish. 04:17:36.836736 mtc Setting final verdict of the test case. 04:17:36.836789 mtc Local verdict of MTC: pass 04:17:36.836843 mtc No PTCs were created. 04:17:36.836892 mtc Test case TC_rach_tx_int finished. Verdict: pass 04:17:36.837032 mtc Executing test case TC_rach_max_tx in module Test. 04:17:36.837106 mtc Test case TC_rach_max_tx started. 04:17:36.837156 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_rach_max_tx. 04:17:36.837267 mtc Port GSMTAP was started. 04:17:36.837332 mtc Port BSCVTY was started. 04:17:36.837375 mtc Component type Test.dummy_CT was initialized. 04:17:36.837428 mtc Function rnd() returned 0.647228. 04:17:36.837560 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:36.837714 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:36.838047 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:36.838172 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:36.838309 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:36.838846 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:36.839028 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:36.839156 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:36.839442 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:36.839530 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:36.839715 mtc Sent on BSCVTY to system charstring : "enable" 04:17:36.840153 mtc Start timer T: 2 s 04:17:36.840291 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:36.840378 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:36.840426 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:36.840449 mtc Stop timer T: 2 s 04:17:36.840486 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:36.840513 mtc Start timer T: 2 s 04:17:36.840647 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:36.840815 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:36.840854 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:36.840874 mtc Stop timer T: 2 s 04:17:36.840905 mtc Sent on BSCVTY to system charstring : "network" 04:17:36.840942 mtc Start timer T: 2 s 04:17:36.841025 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:36.841071 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:36.841179 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:36.841199 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:36.841281 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:36.841301 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:36.841319 mtc Stop timer T: 2 s 04:17:36.841338 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:36.841365 mtc Start timer T: 2 s 04:17:36.841476 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:36.841519 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:36.841639 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:36.841663 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:36.841762 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:36.841785 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:36.841803 mtc Stop timer T: 2 s 04:17:36.841860 mtc Sent on BSCVTY to system charstring : "rach max transmission 2" 04:17:36.841932 mtc Start timer T: 2 s 04:17:36.842053 mtc Message enqueued on BSCVTY from system charstring : " rach max transmission 2" id 7 04:17:36.842103 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:36.842232 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach max transmission 2" id 7 04:17:36.842254 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:36.842332 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:36.842368 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:36.842385 mtc Stop timer T: 2 s 04:17:36.842427 mtc Sent on BSCVTY to system charstring : "end" 04:17:36.842521 mtc Start timer T: 2 s 04:17:36.842557 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:17:36.842580 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:17:36.842687 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:17:36.842709 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:36.842762 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:17:36.842823 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:36.842842 mtc Stop timer T: 2 s 04:17:36.842886 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:36.842924 mtc Start timer T: 2 s 04:17:36.843115 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:17:36.843180 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:17:36.843196 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:36.843207 mtc Stop timer T: 2 s 04:17:36.843233 mtc Start timer T: 1 s 04:17:37.070019 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C1F0100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:17:37.070353 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:17:37.305389 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C52010000005506198FB380000000000000000000000000007904002B'O } id 2 04:17:37.305727 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 2 04:17:37.540608 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007C850100000059061A00000000000000000000000000000000FF790400'O } id 3 04:17:37.540877 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 3 04:17:37.775943 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CB80100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O } id 4 04:17:37.776194 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 4 04:17:37.843254 mtc Timeout T: 1 s 04:17:37.843429 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:37.843482 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:37.843527 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:37.843557 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:37.843584 mtc Port GSMTAP was cleared. 04:17:37.843620 mtc Start timer T: 10 s 04:17:38.011371 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007CEB0100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 5 04:17:38.011627 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:38.011827 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:38.011931 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:38.246929 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D1E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:17:38.247290 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:38.247527 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:38.247631 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:38.482309 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D510100000059061A00000000000000000000000000000000FF790400'O } id 7 04:17:38.482705 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 04:17:38.482928 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 04:17:38.483047 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:38.717563 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007D840100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O } id 8 04:17:38.717961 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 8 04:17:38.718226 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 8 04:17:38.718370 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:38.718729 mtc setverdict(pass): none -> pass 04:17:38.718824 mtc Terminating component type Test.dummy_CT. 04:17:38.718877 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:38.718957 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:38.719002 mtc Port GSMTAP was stopped. 04:17:38.719045 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:38.719168 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:38.719243 mtc Port BSCVTY was stopped. 04:17:38.719294 mtc Component type Test.dummy_CT was shut down inside testcase TC_rach_max_tx. 04:17:38.719354 mtc Waiting for PTCs to finish. 04:17:38.719492 mtc Setting final verdict of the test case. 04:17:38.719551 mtc Local verdict of MTC: pass 04:17:38.719593 mtc No PTCs were created. 04:17:38.719620 mtc Test case TC_rach_max_tx finished. Verdict: pass 04:17:38.719838 mtc Executing test case TC_attach in module Test. 04:17:38.719954 mtc Test case TC_attach started. 04:17:38.720008 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_attach. 04:17:38.720143 mtc Port GSMTAP was started. 04:17:38.720203 mtc Port BSCVTY was started. 04:17:38.720238 mtc Component type Test.dummy_CT was initialized. 04:17:38.720274 mtc Function rnd() returned 0.415756. 04:17:38.720377 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:38.720611 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:38.720812 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:38.720904 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:38.721042 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:38.721521 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:38.721657 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:38.721740 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:38.721810 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:38.721887 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:38.722051 mtc Sent on BSCVTY to system charstring : "enable" 04:17:38.722172 mtc Start timer T: 2 s 04:17:38.722367 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:38.722422 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:38.722442 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:38.722459 mtc Stop timer T: 2 s 04:17:38.722482 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:38.722576 mtc Start timer T: 2 s 04:17:38.722662 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:38.722746 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:38.722768 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:38.722786 mtc Stop timer T: 2 s 04:17:38.722811 mtc Sent on BSCVTY to system charstring : "network" 04:17:38.722843 mtc Start timer T: 2 s 04:17:38.722922 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:38.722946 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:38.723028 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:38.723051 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:38.723116 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:38.723136 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:38.723152 mtc Stop timer T: 2 s 04:17:38.723181 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:38.723218 mtc Start timer T: 2 s 04:17:38.723292 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:38.723316 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:38.723397 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:38.723417 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:38.723477 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:38.723497 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:38.723513 mtc Stop timer T: 2 s 04:17:38.723542 mtc Sent on BSCVTY to system charstring : "channel-descrption attach 0" 04:17:38.723575 mtc Start timer T: 2 s 04:17:38.723689 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption attach 0" id 7 04:17:38.723712 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:38.723771 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption attach 0" id 7 04:17:38.723786 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:38.723823 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:38.723835 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:38.723846 mtc Stop timer T: 2 s 04:17:38.723870 mtc Sent on BSCVTY to system charstring : "end" 04:17:38.723903 mtc Start timer T: 2 s 04:17:38.723972 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:17:38.723996 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:17:38.724077 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:17:38.724098 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:38.724136 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:17:38.724156 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:38.724173 mtc Stop timer T: 2 s 04:17:38.724201 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:38.724236 mtc Start timer T: 2 s 04:17:38.724453 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:17:38.724502 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:17:38.724523 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:38.724540 mtc Stop timer T: 2 s 04:17:38.724557 mtc Start timer T: 1 s 04:17:38.952824 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DB70100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:17:38.953103 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:17:39.188409 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007DEA010000005506198FB380000000000000000000000000007904002B'O } id 2 04:17:39.188850 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 2 04:17:39.423560 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E1D0100000059061A00000000000000000000000000000000FF790400'O } id 3 04:17:39.423866 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 3 04:17:39.658957 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E500100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O } id 4 04:17:39.659282 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 4 04:17:39.724582 mtc Timeout T: 1 s 04:17:39.724758 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:39.724839 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:39.724900 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:39.724955 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:39.725008 mtc Port GSMTAP was cleared. 04:17:39.725063 mtc Start timer T: 10 s 04:17:39.894291 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007E830100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 5 04:17:39.894576 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:39.894789 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:39.894874 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:40.129581 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EB6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 6 04:17:40.129869 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:40.130045 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 6 04:17:40.130145 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:40.364942 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007EE90100000059061A00000000000000000000000000000000FF790400'O } id 7 04:17:40.365232 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 04:17:40.365432 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 04:17:40.365535 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:40.600665 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F1C0100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O } id 8 04:17:40.601020 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 8 04:17:40.601221 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 8 04:17:40.601318 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:40.601613 mtc setverdict(pass): none -> pass 04:17:40.601697 mtc Terminating component type Test.dummy_CT. 04:17:40.601778 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:40.601875 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:40.601927 mtc Port GSMTAP was stopped. 04:17:40.601974 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:40.602120 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:40.602184 mtc Port BSCVTY was stopped. 04:17:40.602230 mtc Component type Test.dummy_CT was shut down inside testcase TC_attach. 04:17:40.602322 mtc Waiting for PTCs to finish. 04:17:40.602452 mtc Setting final verdict of the test case. 04:17:40.602514 mtc Local verdict of MTC: pass 04:17:40.602561 mtc No PTCs were created. 04:17:40.602608 mtc Test case TC_attach finished. Verdict: pass 04:17:40.602782 mtc Executing test case TC_dtx_ul in module Test. 04:17:40.602894 mtc Test case TC_dtx_ul started. 04:17:40.602954 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_dtx_ul. 04:17:40.603086 mtc Port GSMTAP was started. 04:17:40.603164 mtc Port BSCVTY was started. 04:17:40.603199 mtc Component type Test.dummy_CT was initialized. 04:17:40.603235 mtc Function rnd() returned 0.662880. 04:17:40.603359 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:40.603500 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:40.603622 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:40.603694 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:40.603831 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:40.604282 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:40.604452 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:40.604566 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:40.604627 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:40.604666 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:40.604799 mtc Sent on BSCVTY to system charstring : "enable" 04:17:40.604899 mtc Start timer T: 2 s 04:17:40.605108 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:40.605335 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:40.605417 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:40.605480 mtc Stop timer T: 2 s 04:17:40.605554 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:40.605683 mtc Start timer T: 2 s 04:17:40.606190 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:40.606476 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:40.606546 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:40.606600 mtc Stop timer T: 2 s 04:17:40.606680 mtc Sent on BSCVTY to system charstring : "network" 04:17:40.606795 mtc Start timer T: 2 s 04:17:40.607018 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:40.607089 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:40.607271 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:40.607316 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:40.607438 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:40.607480 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:40.607512 mtc Stop timer T: 2 s 04:17:40.607569 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:40.607650 mtc Start timer T: 2 s 04:17:40.607845 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:40.607916 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:40.608086 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:40.608128 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:40.608252 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:40.608293 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:40.608327 mtc Stop timer T: 2 s 04:17:40.608383 mtc Sent on BSCVTY to system charstring : "dtx uplink force" 04:17:40.608502 mtc Start timer T: 2 s 04:17:40.608793 mtc Message enqueued on BSCVTY from system charstring : " dtx uplink force" id 7 04:17:40.608867 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:40.609039 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " dtx uplink force" id 7 04:17:40.609080 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:40.609192 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:40.609227 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:40.609255 mtc Stop timer T: 2 s 04:17:40.609308 mtc Port GSMTAP was cleared. 04:17:40.609340 mtc Start timer T: 10 s 04:17:40.835939 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F4F0100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:17:40.836233 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:17:40.836492 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:17:40.836612 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:41.071041 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007F82010000005506198FB380000000000000000000000000007904002B'O } id 2 04:17:41.071376 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 2 04:17:41.071585 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 2 04:17:41.071673 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:41.306688 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FB50100000059061A00000000000000000000000000000000FF790400'O } id 3 04:17:41.307049 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 3 04:17:41.307289 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 3 04:17:41.307402 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:41.541894 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000007FE80100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O } id 4 04:17:41.542230 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 4 04:17:41.542430 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 4 04:17:41.542559 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:41.542882 mtc setverdict(pass): none -> pass 04:17:41.542981 mtc Terminating component type Test.dummy_CT. 04:17:41.543054 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:41.543162 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:41.543225 mtc Port GSMTAP was stopped. 04:17:41.543280 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:41.543364 mtc Warning: BSCVTY: Dropping partial message 04:17:41.543650 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:41.543727 mtc Port BSCVTY was stopped. 04:17:41.543782 mtc Component type Test.dummy_CT was shut down inside testcase TC_dtx_ul. 04:17:41.543842 mtc Waiting for PTCs to finish. 04:17:41.544044 mtc Setting final verdict of the test case. 04:17:41.544126 mtc Local verdict of MTC: pass 04:17:41.544184 mtc No PTCs were created. 04:17:41.544231 mtc Test case TC_dtx_ul finished. Verdict: pass 04:17:41.544498 mtc Executing test case TC_emerg_allowed in module Test. 04:17:41.544628 mtc Test case TC_emerg_allowed started. 04:17:41.544695 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_emerg_allowed. 04:17:41.544800 mtc Port GSMTAP was started. 04:17:41.544883 mtc Port BSCVTY was started. 04:17:41.544961 mtc Component type Test.dummy_CT was initialized. 04:17:41.545021 mtc Function rnd() returned 0.082682. 04:17:41.545167 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:41.545350 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:41.545566 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:41.545662 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:41.545819 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:41.546396 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:41.546566 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:41.546677 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:41.546759 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:41.546834 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:41.546998 mtc Sent on BSCVTY to system charstring : "enable" 04:17:41.547123 mtc Start timer T: 2 s 04:17:41.547330 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:41.547460 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:41.547515 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:41.547551 mtc Stop timer T: 2 s 04:17:41.547598 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:41.547680 mtc Start timer T: 2 s 04:17:41.548054 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:41.548329 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:41.548397 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:41.548494 mtc Stop timer T: 2 s 04:17:41.548575 mtc Sent on BSCVTY to system charstring : "network" 04:17:41.548850 mtc Start timer T: 2 s 04:17:41.549025 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:41.549116 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:41.549362 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:41.549433 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:41.549598 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:41.549658 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:41.549704 mtc Stop timer T: 2 s 04:17:41.549766 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:41.549849 mtc Start timer T: 2 s 04:17:41.550074 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:41.550177 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:41.550440 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:41.550508 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:41.550711 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:41.550772 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:41.550823 mtc Stop timer T: 2 s 04:17:41.550916 mtc Sent on BSCVTY to system charstring : "rach emergency call allowed 0" 04:17:41.551025 mtc Start timer T: 2 s 04:17:41.551367 mtc Message enqueued on BSCVTY from system charstring : " rach emergency call allowed 0" id 7 04:17:41.551472 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:41.551746 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " rach emergency call allowed 0" id 7 04:17:41.551810 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:41.551977 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:41.552031 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:41.552074 mtc Stop timer T: 2 s 04:17:41.552136 mtc Sent on BSCVTY to system charstring : "end" 04:17:41.552241 mtc Start timer T: 2 s 04:17:41.552449 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:17:41.552544 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:17:41.552727 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:17:41.552772 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:41.552843 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:17:41.552900 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:41.552962 mtc Stop timer T: 2 s 04:17:41.553048 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:41.553154 mtc Start timer T: 2 s 04:17:41.553826 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:17:41.554004 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:17:41.554073 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:41.554130 mtc Stop timer T: 2 s 04:17:41.554188 mtc Start timer T: 1 s 04:17:41.777219 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000801B0100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:17:41.777457 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:17:42.012615 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000804E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:17:42.012849 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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:17:42.248163 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080810100000059061A00000000000000000000000000000000FF790400'O } id 3 04:17:42.248569 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 3 04:17:42.483225 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080B40100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O } id 4 04:17:42.483524 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 4 04:17:42.554242 mtc Timeout T: 1 s 04:17:42.554358 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:42.554428 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:42.554481 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:42.554530 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:42.554575 mtc Port GSMTAP was cleared. 04:17:42.554641 mtc Start timer T: 10 s 04:17:42.718867 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000080E70100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 5 04:17:42.719189 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:42.719445 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:42.719590 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:42.954252 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000811A010000005506198FB380000000000000000000000000007904002B'O } id 6 04:17:42.954664 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 6 04:17:42.954917 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 6 04:17:42.955018 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:43.189515 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000814D0100000059061A00000000000000000000000000000000FF790400'O } id 7 04:17:43.189921 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 04:17:43.190178 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 04:17:43.190291 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:43.424954 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081800100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O } id 8 04:17:43.425357 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 8 04:17:43.425669 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 8 04:17:43.425806 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:43.426120 mtc setverdict(pass): none -> pass 04:17:43.426210 mtc Terminating component type Test.dummy_CT. 04:17:43.426272 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:43.426375 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:43.426434 mtc Port GSMTAP was stopped. 04:17:43.426486 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:43.426629 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:43.426714 mtc Port BSCVTY was stopped. 04:17:43.426765 mtc Component type Test.dummy_CT was shut down inside testcase TC_emerg_allowed. 04:17:43.426813 mtc Waiting for PTCs to finish. 04:17:43.426961 mtc Setting final verdict of the test case. 04:17:43.427036 mtc Local verdict of MTC: pass 04:17:43.427104 mtc No PTCs were created. 04:17:43.427176 mtc Test case TC_emerg_allowed finished. Verdict: pass 04:17:43.427437 mtc Executing test case TC_bs_pa_mfrms in module Test. 04:17:43.427520 mtc Test case TC_bs_pa_mfrms started. 04:17:43.427563 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_pa_mfrms. 04:17:43.427677 mtc Port GSMTAP was started. 04:17:43.427748 mtc Port BSCVTY was started. 04:17:43.427789 mtc Component type Test.dummy_CT was initialized. 04:17:43.427843 mtc Function rnd() returned 0.184415. 04:17:43.427981 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:43.428108 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:43.428238 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:43.428315 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:43.428494 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:43.428965 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:43.429100 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:43.429184 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:43.429263 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:43.429332 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:43.429504 mtc Sent on BSCVTY to system charstring : "enable" 04:17:43.429780 mtc Start timer T: 2 s 04:17:43.429886 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:43.430028 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:43.430096 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:43.430152 mtc Stop timer T: 2 s 04:17:43.430222 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:43.430325 mtc Start timer T: 2 s 04:17:43.430510 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:43.430602 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:43.430626 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:43.430646 mtc Stop timer T: 2 s 04:17:43.430674 mtc Sent on BSCVTY to system charstring : "network" 04:17:43.430762 mtc Start timer T: 2 s 04:17:43.430812 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:43.430836 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:43.430921 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:43.430948 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:43.431001 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:43.431015 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:43.431025 mtc Stop timer T: 2 s 04:17:43.431043 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:43.431130 mtc Start timer T: 2 s 04:17:43.431174 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:43.431197 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:43.431271 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:43.431288 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:43.431341 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:43.431353 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:43.431362 mtc Stop timer T: 2 s 04:17:43.431383 mtc Sent on BSCVTY to system charstring : "channel-descrption bs-pa-mfrms 3" 04:17:43.431412 mtc Start timer T: 2 s 04:17:43.431522 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption bs-pa-mfrms 3" id 7 04:17:43.431545 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:43.431632 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-pa-mfrms 3" id 7 04:17:43.431653 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:43.431712 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:43.431731 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:43.431748 mtc Stop timer T: 2 s 04:17:43.431770 mtc Sent on BSCVTY to system charstring : "end" 04:17:43.431803 mtc Start timer T: 2 s 04:17:43.431866 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:17:43.431888 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:17:43.431946 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:17:43.431960 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:43.431980 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:17:43.431991 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:43.431999 mtc Stop timer T: 2 s 04:17:43.432015 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:43.432039 mtc Start timer T: 2 s 04:17:43.432390 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:17:43.432454 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:17:43.432475 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:43.432492 mtc Stop timer T: 2 s 04:17:43.432506 mtc Start timer T: 1 s 04:17:43.660336 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081B30100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:17:43.660745 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:17:43.895675 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000081E6010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:17:43.896022 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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:17:44.131043 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082190100000059061A00000000000000000000000000000000FF790400'O } id 3 04:17:44.131365 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 3 04:17:44.366465 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000824C0100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O } id 4 04:17:44.366809 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 4 04:17:44.432521 mtc Timeout T: 1 s 04:17:44.432649 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:44.432698 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:44.432738 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:44.432786 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:44.432830 mtc Port GSMTAP was cleared. 04:17:44.432868 mtc Start timer T: 10 s 04:17:44.601568 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000827F0100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 5 04:17:44.601821 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:44.602006 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:44.602120 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:44.837205 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082B2010000005506198FB380000000000000000000000000007904002B'O } id 6 04:17:44.837537 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 6 04:17:44.837757 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 6 04:17:44.837877 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:45.072346 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000082E50100000059061A00000000000000000000000000000000FF790400'O } id 7 04:17:45.072653 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 04:17:45.072808 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 04:17:45.072883 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:45.307924 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083180100000049061BA5E162F22402ED11010110DD05790400392B2B2B'O } id 8 04:17:45.308252 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 8 04:17:45.308535 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED11010110DD05790400392B2B2B'O } } id 8 04:17:45.308631 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:45.308956 mtc setverdict(pass): none -> pass 04:17:45.309058 mtc Terminating component type Test.dummy_CT. 04:17:45.309116 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:45.309214 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:45.309293 mtc Port GSMTAP was stopped. 04:17:45.309348 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:45.309466 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:45.309521 mtc Port BSCVTY was stopped. 04:17:45.309565 mtc Component type Test.dummy_CT was shut down inside testcase TC_bs_pa_mfrms. 04:17:45.309623 mtc Waiting for PTCs to finish. 04:17:45.309774 mtc Setting final verdict of the test case. 04:17:45.309832 mtc Local verdict of MTC: pass 04:17:45.309883 mtc No PTCs were created. 04:17:45.309930 mtc Test case TC_bs_pa_mfrms finished. Verdict: pass 04:17:45.310073 mtc Executing test case TC_bs_ag_blks_res in module Test. 04:17:45.310152 mtc Test case TC_bs_ag_blks_res started. 04:17:45.310202 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_bs_ag_blks_res. 04:17:45.310312 mtc Port GSMTAP was started. 04:17:45.310380 mtc Port BSCVTY was started. 04:17:45.310425 mtc Component type Test.dummy_CT was initialized. 04:17:45.310484 mtc Function rnd() returned 0.204933. 04:17:45.310604 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:45.310745 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:45.310877 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:45.310954 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:45.311085 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:45.311547 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:45.311692 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:45.311784 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:45.311860 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:45.311934 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:45.312109 mtc Sent on BSCVTY to system charstring : "enable" 04:17:45.312243 mtc Start timer T: 2 s 04:17:45.312463 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:45.312599 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:45.312656 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:45.312698 mtc Stop timer T: 2 s 04:17:45.312753 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:45.312855 mtc Start timer T: 2 s 04:17:45.313207 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:45.313377 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:45.313398 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:45.313415 mtc Stop timer T: 2 s 04:17:45.313441 mtc Sent on BSCVTY to system charstring : "network" 04:17:45.313473 mtc Start timer T: 2 s 04:17:45.313552 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:45.313577 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:45.313663 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:45.313683 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:45.313744 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:45.313763 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:45.313779 mtc Stop timer T: 2 s 04:17:45.313804 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:45.313837 mtc Start timer T: 2 s 04:17:45.313912 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:45.313937 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:45.313991 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:45.314006 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:45.314061 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:45.314080 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:45.314097 mtc Stop timer T: 2 s 04:17:45.314126 mtc Sent on BSCVTY to system charstring : "channel-descrption bs-ag-blks-res 1" 04:17:45.314158 mtc Start timer T: 2 s 04:17:45.314273 mtc Message enqueued on BSCVTY from system charstring : " channel-descrption bs-ag-blks-res 1" id 7 04:17:45.314297 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:45.314374 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " channel-descrption bs-ag-blks-res 1" id 7 04:17:45.314389 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:45.314430 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:45.314443 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:45.314452 mtc Stop timer T: 2 s 04:17:45.314470 mtc Sent on BSCVTY to system charstring : "end" 04:17:45.314552 mtc Start timer T: 2 s 04:17:45.314580 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:17:45.314601 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:17:45.314676 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:17:45.314697 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:45.314734 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:17:45.314751 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:45.314768 mtc Stop timer T: 2 s 04:17:45.314795 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:45.314825 mtc Start timer T: 2 s 04:17:45.314989 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:17:45.315038 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:17:45.315051 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:45.315060 mtc Stop timer T: 2 s 04:17:45.315070 mtc Start timer T: 1 s 04:17:45.543193 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000834B0100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:17:45.543491 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:17:45.778461 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000837E010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:17:45.778760 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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:17:46.014009 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083B10100000059061A00000000000000000000000000000000FF790400'O } id 3 04:17:46.014355 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 3 04:17:46.249116 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000083E40100000049061BA5E162F22402ED09010110DD05790400392B2B2B'O } id 4 04:17:46.249373 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED09010110DD05790400392B2B2B'O } } id 4 04:17:46.315088 mtc Timeout T: 1 s 04:17:46.315257 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:46.315309 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:46.315344 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:46.315374 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:46.315404 mtc Port GSMTAP was cleared. 04:17:46.315469 mtc Start timer T: 10 s 04:17:46.484717 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084170100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 5 04:17:46.485078 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:46.485328 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:46.485489 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:46.719868 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000844A010000005506198FB380000000000000000000000000007904002B'O } id 6 04:17:46.720164 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 6 04:17:46.720533 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 6 04:17:46.720621 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:46.955193 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000847D0100000059061A00000000000000000000000000000000FF790400'O } id 7 04:17:46.955470 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 04:17:46.955659 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 04:17:46.955757 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:47.190575 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084B00100000049061BA5E162F22402ED09010110DD05790400392B2B2B'O } id 8 04:17:47.190806 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED09010110DD05790400392B2B2B'O } } id 8 04:17:47.190973 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED09010110DD05790400392B2B2B'O } } id 8 04:17:47.191041 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:47.191243 mtc setverdict(pass): none -> pass 04:17:47.191308 mtc Terminating component type Test.dummy_CT. 04:17:47.191349 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:47.191417 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:47.191457 mtc Port GSMTAP was stopped. 04:17:47.191488 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:47.191582 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:47.191650 mtc Port BSCVTY was stopped. 04:17:47.191695 mtc Component type Test.dummy_CT was shut down inside testcase TC_bs_ag_blks_res. 04:17:47.191746 mtc Waiting for PTCs to finish. 04:17:47.191912 mtc Setting final verdict of the test case. 04:17:47.192018 mtc Local verdict of MTC: pass 04:17:47.192073 mtc No PTCs were created. 04:17:47.192112 mtc Test case TC_bs_ag_blks_res finished. Verdict: pass 04:17:47.192327 mtc Executing test case TC_radio_link_timeout in module Test. 04:17:47.192571 mtc Test case TC_radio_link_timeout started. 04:17:47.192630 mtc Initializing variables, timers and ports of component type Test.dummy_CT inside testcase TC_radio_link_timeout. 04:17:47.192769 mtc Port GSMTAP was started. 04:17:47.192837 mtc Port BSCVTY was started. 04:17:47.192861 mtc Component type Test.dummy_CT was initialized. 04:17:47.192887 mtc Function rnd() returned 0.695059. 04:17:47.192972 mtc Mapping port mtc:GSMTAP to system:GSMTAP. 04:17:47.193212 mtc Port GSMTAP was mapped to system:GSMTAP. 04:17:47.193350 mtc Map operation of mtc:GSMTAP to system:GSMTAP finished. 04:17:47.193424 mtc entering f__IPL4__PROVIDER__listen: 0.0.0.0:4729 / UDP 04:17:47.193551 mtc Mapping port mtc:BSCVTY to system:BSCVTY. 04:17:47.194088 mtc Port BSCVTY was mapped to system:BSCVTY. 04:17:47.194236 mtc Map operation of mtc:BSCVTY to system:BSCVTY finished. 04:17:47.194306 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 1, prompt := "OpenBSC> ", has_wildcards := false } } 04:17:47.194370 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 2, prompt := "OpenBSC# ", has_wildcards := false } } 04:17:47.194425 mtc Sent on BSCVTY to system @TELNETasp_PortType.ASP_TelnetDynamicConfig : { prompt := { id := 3, prompt := "OpenBSC(*)\\#", has_wildcards := true } } 04:17:47.194611 mtc Sent on BSCVTY to system charstring : "enable" 04:17:47.194730 mtc Start timer T: 2 s 04:17:47.194880 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 1 04:17:47.195014 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 1 04:17:47.195061 mtc Message with id 1 was extracted from the queue of BSCVTY. 04:17:47.195097 mtc Stop timer T: 2 s 04:17:47.195159 mtc Sent on BSCVTY to system charstring : "configure terminal" 04:17:47.195262 mtc Start timer T: 2 s 04:17:47.195637 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config)#" id 2 04:17:47.195873 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config)#" id 2 04:17:47.195947 mtc Message with id 2 was extracted from the queue of BSCVTY. 04:17:47.195986 mtc Stop timer T: 2 s 04:17:47.196035 mtc Sent on BSCVTY to system charstring : "network" 04:17:47.196313 mtc Start timer T: 2 s 04:17:47.196472 mtc Message enqueued on BSCVTY from system charstring : " network" id 3 04:17:47.196558 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net)#" id 4 04:17:47.196770 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " network" id 3 04:17:47.196815 mtc Message with id 3 was extracted from the queue of BSCVTY. 04:17:47.196949 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net)#" id 4 04:17:47.196999 mtc Message with id 4 was extracted from the queue of BSCVTY. 04:17:47.197027 mtc Stop timer T: 2 s 04:17:47.197078 mtc Sent on BSCVTY to system charstring : "bts 0" 04:17:47.197151 mtc Start timer T: 2 s 04:17:47.197341 mtc Message enqueued on BSCVTY from system charstring : " bts 0" id 5 04:17:47.197407 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 6 04:17:47.197578 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " bts 0" id 5 04:17:47.197639 mtc Message with id 5 was extracted from the queue of BSCVTY. 04:17:47.197806 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 6 04:17:47.197860 mtc Message with id 6 was extracted from the queue of BSCVTY. 04:17:47.197906 mtc Stop timer T: 2 s 04:17:47.197984 mtc Sent on BSCVTY to system charstring : "radio-link-timeout 44" 04:17:47.198258 mtc Start timer T: 2 s 04:17:47.198383 mtc Message enqueued on BSCVTY from system charstring : " radio-link-timeout 44" id 7 04:17:47.198444 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC(config-net-bts)#" id 8 04:17:47.198691 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " radio-link-timeout 44" id 7 04:17:47.198754 mtc Message with id 7 was extracted from the queue of BSCVTY. 04:17:47.198932 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC(config-net-bts)#" id 8 04:17:47.198988 mtc Message with id 8 was extracted from the queue of BSCVTY. 04:17:47.199037 mtc Stop timer T: 2 s 04:17:47.199104 mtc Sent on BSCVTY to system charstring : "end" 04:17:47.199326 mtc Start timer T: 2 s 04:17:47.199346 mtc Message enqueued on BSCVTY from system charstring : " end" id 9 04:17:47.199361 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 10 04:17:47.199414 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : " end" id 9 04:17:47.199427 mtc Message with id 9 was extracted from the queue of BSCVTY. 04:17:47.199452 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 10 04:17:47.199464 mtc Message with id 10 was extracted from the queue of BSCVTY. 04:17:47.199474 mtc Stop timer T: 2 s 04:17:47.199491 mtc Sent on BSCVTY to system charstring : "bts 0 resend-system-information" 04:17:47.199513 mtc Start timer T: 2 s 04:17:47.199647 mtc Message enqueued on BSCVTY from system charstring : "OpenBSC# " id 11 04:17:47.199702 mtc Receive operation on port BSCVTY succeeded, message from system(): charstring : "OpenBSC# " id 11 04:17:47.199732 mtc Message with id 11 was extracted from the queue of BSCVTY. 04:17:47.199746 mtc Stop timer T: 2 s 04:17:47.199764 mtc Start timer T: 1 s 04:17:47.425929 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000084E30100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 1 04:17:47.426189 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 1 04:17:47.661464 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '020401000367000000008516010000000106009000185A6FC9E08410AB2B2B2B2B2B2B2B2B2B2B'O } id 2 04:17:47.661808 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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:17:47.896691 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085490100000059061A00000000000000000000000000000000FF790400'O } id 3 04:17:47.896954 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 3 04:17:48.132100 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '02040100036700000000857C0100000049061BA5E162F22402ED0901011ADD05790400392B2B2B'O } id 4 04:17:48.132447 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED0901011ADD05790400392B2B2B'O } } id 4 04:17:48.199786 mtc Timeout T: 1 s 04:17:48.199959 mtc Message with id 1 was extracted from the queue of GSMTAP. 04:17:48.200016 mtc Message with id 2 was extracted from the queue of GSMTAP. 04:17:48.200053 mtc Message with id 3 was extracted from the queue of GSMTAP. 04:17:48.200087 mtc Message with id 4 was extracted from the queue of GSMTAP. 04:17:48.200118 mtc Port GSMTAP was cleared. 04:17:48.200155 mtc Start timer T: 10 s 04:17:48.367421 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085AF0100000031061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } id 5 04:17:48.367719 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:48.367929 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '31061C62F22402EDDD057904002B2B2B2B2B2B2B2B2B2B'O } } id 5 04:17:48.368048 mtc Message with id 5 was extracted from the queue of GSMTAP. 04:17:48.603000 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000085E2010000005506198FB380000000000000000000000000007904002B'O } id 6 04:17:48.603374 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 6 04:17:48.603627 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '5506198FB380000000000000000000000000007904002B'O } } id 6 04:17:48.603738 mtc Message with id 6 was extracted from the queue of GSMTAP. 04:17:48.838155 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086150100000059061A00000000000000000000000000000000FF790400'O } id 7 04:17:48.838447 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 04:17:48.838654 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '59061A00000000000000000000000000000000FF790400'O } } id 7 04:17:48.838742 mtc Message with id 7 was extracted from the queue of GSMTAP. 04:17:49.073730 mtc Message enqueued on GSMTAP from system @IPL4asp_Types.ASP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := '0204010003670000000086480100000049061BA5E162F22402ED0901011ADD05790400392B2B2B'O } id 8 04:17:49.074068 mtc Incoming message was mapped to @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED0901011ADD05790400392B2B2B'O } } id 8 04:17:49.074301 mtc Receive operation on port GSMTAP succeeded, message from system(): @GSMTAP_PortType.GSMTAP_RecvFrom : { connId := 1, remName := "172.18.0.210", remPort := 39428, locName := "0.0.0.0", locPort := 4729, proto := { udp := { } }, userData := 0, msg := { header := { version := 2, 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 := '49061BA5E162F22402ED0901011ADD05790400392B2B2B'O } } id 8 04:17:49.074421 mtc Message with id 8 was extracted from the queue of GSMTAP. 04:17:49.074839 mtc setverdict(pass): none -> pass 04:17:49.074936 mtc Terminating component type Test.dummy_CT. 04:17:49.075005 mtc Removing unterminated mapping between port GSMTAP and system:GSMTAP. 04:17:49.075100 mtc Port GSMTAP was unmapped from system:GSMTAP. 04:17:49.075145 mtc Port GSMTAP was stopped. 04:17:49.075176 mtc Removing unterminated mapping between port BSCVTY and system:BSCVTY. 04:17:49.075452 mtc Port BSCVTY was unmapped from system:BSCVTY. 04:17:49.075546 mtc Port BSCVTY was stopped. 04:17:49.075607 mtc Component type Test.dummy_CT was shut down inside testcase TC_radio_link_timeout. 04:17:49.075683 mtc Waiting for PTCs to finish. 04:17:49.075854 mtc Setting final verdict of the test case. 04:17:49.075963 mtc Local verdict of MTC: pass 04:17:49.076029 mtc No PTCs were created. 04:17:49.076086 mtc Test case TC_radio_link_timeout finished. Verdict: pass 04:17:49.076674 mtc Verdict statistics: 0 none (0.00 %), 22 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). 04:17:49.076779 mtc Test execution summary: 22 test cases were executed. Overall verdict: pass 04:17:49.076824 mtc Exit was requested from MC. Terminating MTC. 04:17:49.077930 hc Exit was requested from MC. Terminating HC. 04:17:49.078195 hc Disconnected from MC. 04:17:49.078258 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 7815d3a29d691d361d99b34a92a8431715370990ac7073548607ff188c31e059 + 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 Finished: SUCCESS